#1daf19

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

Shades of Forest Green #1DAF19

Tints of Forest Green #1DAF19

Color information

#1DAF19 (or 0x1DAF19) is unknown color: approx Forest Green. HEX triplet: 1D, AF and 19. RGB value is (29,175,25). Sum of RGB (Red+Green+Blue) = 29+175+25=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 175 (68.75% from 255 or 76.42% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 175 - color contains mainly: green. Hex color #1DAF19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAF19 is #E250E6. Grayscale: #727272. Windows color (decimal): -14831847 or 1683229. OLE color: 1683229.

HSL color Cylindrical-coordinate representation of color #1DAF19: hue angle of 118.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DAF19 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB2917525-
CMYK0.8300.860.31
HSL118.4º75%39.22%-
HSV(B)118.4º85.71%68.63%-
XYZ16.0130.996.06-
YUV114.2577.6367.2-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.66%
GREEN value IS 175 (68.75% from 255) = 76.42%
BLUE value IS 25 (10.16% from 255) = 10.92%
R=12.66%
G=76.42%
B=10.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal29175250.8300.860.31118.47539.22
Hex1DAF19530561F764b27
Octal352573112301263716611347
Binary1110110101111110011010011010101101111111101101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1daf19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,175,25); }

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

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

 a { background-color: rgb(29,175,25); }

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

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

 span { border-color: rgb(29,175,25); }

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