Shades of Forest Green #208029
Tints of Forest Green #208029
RGB
CMYK
RGB Variations
Color information
#208029 (or 0x208029) is known color: Forest Green. HEX triplet: 20, 80 and 29. RGB value is (32,128,41). Sum of RGB (Red+Green+Blue) = 32+128+41=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 128 (50.39% from 255 or 63.68% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 128 - color contains mainly: green. Hex color #208029 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208029 is #DF7FD6. Grayscale: #595959. Windows color (decimal): -14647255 or 2719776. OLE color: 2719776.
HSL color Cylindrical-coordinate representation of color #208029: hue angle of 125.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208029 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 32 | 128 | 41 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.50 |
| HSL | 125.63º | 0.6% | 0.31% | - |
| HSV(B) | 125.63º | 0.75% | 0.5% | - |
| XYZ | 8.72 | 15.91 | 4.71 | - |
| YUV | 89.38 | 100.7 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 41 | 0.75 | 0 | 0.68 | 0.50 | 125.63 | 0.6 | 0.31 |
| Hex | 20 | 80 | 29 | 4B | 0 | 44 | 32 | 7E | 3C | 1F |
| Octal | 40 | 200 | 51 | 113 | 0 | 104 | 62 | 176 | 74 | 37 |
| Binary | 100000 | 10000000 | 101001 | 1001011 | 0 | 1000100 | 110010 | 1111110 | 111100 | 11111 |
Color Harmonies of #208029
Complementary color
Monochromatic Colors of #208029
Black with #208029
Text Example
Text Example
White with #208029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208029; }
p { color: rgb(32,128,41); }
H1.HeaderClassName
{
color: #208029;
}
.AnyTagClassName
{
color: #208029;
}
</style>
background-color css
<style>
a { background-color: #208029; }
a { background-color: rgb(32,128,41); }
div.DivClassName
{
background-color: #208029;
}
.BgClassName
{
background-color: #208029;
}
</style>
border-color css
<style>
span { border-color: #208029; }
span { border-color: rgb(32,128,41); }
td.TdClassName
{
border-color: #208029;
}
.TagClassName
{
border-color: #208029;
}
</style>