#1D7620

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

Shades of Forest Green #1D7620

Tints of Forest Green #1D7620

Color information

#1D7620 (or 0x1D7620) is unknown color: approx Forest Green. HEX triplet: 1D, 76 and 20. RGB value is (29,118,32). Sum of RGB (Red+Green+Blue) = 29+118+32=179 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.20% from 179); Green value is 118 (46.48% from 255 or 65.92% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 118 - color contains mainly: green. Hex color #1D7620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D7620 is #E289DF. Grayscale: #515151. Windows color (decimal): -14846432 or 2127389. OLE color: 2127389.

HSL color Cylindrical-coordinate representation of color #1D7620: hue angle of 122.02º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D7620 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB2911832-
CMYK0.7500.730.54
HSL122.02º60.54%28.82%-
HSV(B)122.02º75.42%46.27%-
XYZ7.2513.323.56-
YUV81.58100.0190.49-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.20%
GREEN value IS 118 (46.48% from 255) = 65.92%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=16.20%
G=65.92%
B=17.88%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29118320.7500.730.54122.0260.5428.82
Hex1D76204B049367a3d1d
Octal35166401130111661727535
Binary111011110110100000100101101001001110110111101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D7620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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