#1D9620

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

Shades of Forest Green #1D9620

Tints of Forest Green #1D9620

Color information

#1D9620 (or 0x1D9620) is unknown color: approx Forest Green. HEX triplet: 1D, 96 and 20. RGB value is (29,150,32). Sum of RGB (Red+Green+Blue) = 29+150+32=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 150 (58.98% from 255 or 71.09% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 150 - color contains mainly: green. Hex color #1D9620 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D9620 is #E269DF. Grayscale: #646464. Windows color (decimal): -14838240 or 2135581. OLE color: 2135581.

HSL color Cylindrical-coordinate representation of color #1D9620: hue angle of 121.49º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9620 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB2915032-
CMYK0.8100.790.41
HSL121.49º67.6%35.1%-
HSV(B)121.49º80.67%58.82%-
XYZ11.6722.185.03-
YUV100.3789.4177.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.74%
GREEN value IS 150 (58.98% from 255) = 71.09%
BLUE value IS 32 (12.89% from 255) = 15.17%
R=13.74%
G=71.09%
B=15.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal29150320.8100.790.41121.4967.635.1
Hex1D96205104F29794423
Octal352264012101175117110443
Binary111011001011010000010100010100111110100111110011000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D9620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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