Shades of Forest Green #208B1D
Tints of Forest Green #208B1D
RGB
CMYK
RGB Variations
Color information
#208B1D (or 0x208B1D) is known color: Forest Green. HEX triplet: 20, 8B and 1D. RGB value is (32,139,29). Sum of RGB (Red+Green+Blue) = 32+139+29=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 139 (54.69% from 255 or 69.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 139 - color contains mainly: green. Hex color #208B1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208B1D is #DF74E2. Grayscale: #5E5E5E. Windows color (decimal): -14644451 or 1936160. OLE color: 1936160.
HSL color Cylindrical-coordinate representation of color #208B1D: hue angle of 118.36º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #208B1D is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 139 | 29 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.45 |
| HSL | 118.36º | 0.65% | 0.33% | - |
| HSV(B) | 118.36º | 0.79% | 0.55% | - |
| XYZ | 10.05 | 18.86 | 4.27 | - |
| YUV | 94.47 | 91.05 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 29 | 0.77 | 0 | 0.79 | 0.45 | 118.36 | 0.65 | 0.33 |
| Hex | 20 | 8B | 1D | 4D | 0 | 4F | 2D | 76 | 41 | 21 |
| Octal | 40 | 213 | 35 | 115 | 0 | 117 | 55 | 166 | 101 | 41 |
| Binary | 100000 | 10001011 | 11101 | 1001101 | 0 | 1001111 | 101101 | 1110110 | 1000001 | 100001 |
Color Harmonies of #208B1D
Complementary color
Monochromatic Colors of #208B1D
Black with #208B1D
Text Example
Text Example
White with #208B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208B1D; }
p { color: rgb(32,139,29); }
H1.HeaderClassName
{
color: #208B1D;
}
.AnyTagClassName
{
color: #208B1D;
}
</style>
background-color css
<style>
a { background-color: #208B1D; }
a { background-color: rgb(32,139,29); }
div.DivClassName
{
background-color: #208B1D;
}
.BgClassName
{
background-color: #208B1D;
}
</style>
border-color css
<style>
span { border-color: #208B1D; }
span { border-color: rgb(32,139,29); }
td.TdClassName
{
border-color: #208B1D;
}
.TagClassName
{
border-color: #208B1D;
}
</style>