#1D7A07

Color #1D7A07 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #1D7A07

Tints of Green #1D7A07

Color information

#1D7A07 (or 0x1D7A07) is unknown color: approx Green. HEX triplet: 1D, 7A and 07. RGB value is (29,122,7). Sum of RGB (Red+Green+Blue) = 29+122+7=158 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.35% from 158); Green value is 122 (48.05% from 255 or 77.22% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 122 - color contains mainly: green. Hex color #1D7A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1D7A07 is #E285F8. Grayscale: #515151. Windows color (decimal): -14845433 or 490013. OLE color: 490013.

HSL color Cylindrical-coordinate representation of color #1D7A07: hue angle of 108.52º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D7A07 is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.

Color convert

RGB291227-
CMYK0.7600.940.52
HSL108.52º89.15%25.29%-
HSV(B)108.52º94.26%47.84%-
XYZ7.514.22.55-
YUV81.0886.1990.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 29 (11.72% from 255) = 18.35%
GREEN value IS 122 (48.05% from 255) = 77.22%
BLUE value IS 7 (3.12% from 255) = 4.43%
R=18.35%
G=77.22%
B=4.43%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2912270.7600.940.52108.5289.1525.29
Hex1D7A74C05E346d5919
Octal35172711401366415513131
Binary1110111110101111001100010111101101001101101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D7A07; }

 p { color: rgb(29,122,7); }

 H1.HeaderClassName
 {
   color: #1D7A07;
 }
 .AnyTagClassName
 {
   color: #1D7A07;
 }
</style>
background-color css

<style>
 a { background-color: #1D7A07; }

 a { background-color: rgb(29,122,7); }

 div.DivClassName
 {
   background-color: #1D7A07;
 }
 .BgClassName
 {
   background-color: #1D7A07;
 }
</style>
border-color css

<style>
 span { border-color: #1D7A07; }

 span { border-color: rgb(29,122,7); }

 td.TdClassName
 {
   border-color: #1D7A07;
 }
 .TagClassName
 {
   border-color: #1D7A07;
 }
</style>