#1DAE20

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

Shades of Forest Green #1DAE20

Tints of Forest Green #1DAE20

Color information

#1DAE20 (or 0x1DAE20) is unknown color: approx Forest Green. HEX triplet: 1D, AE and 20. RGB value is (29,174,32). Sum of RGB (Red+Green+Blue) = 29+174+32=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 174 (68.36% from 255 or 74.04% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1DAE20 is #E251DF. Grayscale: #727272. Windows color (decimal): -14832096 or 2141725. OLE color: 2141725.

HSL color Cylindrical-coordinate representation of color #1DAE20: hue angle of 121.24º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DAE20 is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB2917432-
CMYK0.8300.820.32
HSL121.24º71.43%39.8%-
HSV(B)121.24º83.33%68.24%-
XYZ15.930.646.44-
YUV114.4681.4667.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.34%
GREEN value IS 174 (68.36% from 255) = 74.04%
BLUE value IS 32 (12.89% from 255) = 13.62%
R=12.34%
G=74.04%
B=13.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal29174320.8300.820.32121.2471.4339.8
Hex1DAE205305220794728
Octal352564012301224017110750
Binary111011010111010000010100110101001010000011110011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,174,32); }

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

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

 a { background-color: rgb(29,174,32); }

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

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

 span { border-color: rgb(29,174,32); }

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