Shades of Forest Green #208B31
Tints of Forest Green #208B31
RGB
CMYK
RGB Variations
Color information
#208B31 (or 0x208B31) is known color: Forest Green. HEX triplet: 20, 8B and 31. RGB value is (32,139,49). Sum of RGB (Red+Green+Blue) = 32+139+49=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 139 (54.69% from 255 or 63.18% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 139 - color contains mainly: green. Hex color #208B31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208B31 is #DF74CE. Grayscale: #606060. Windows color (decimal): -14644431 or 3246880. OLE color: 3246880.
HSL color Cylindrical-coordinate representation of color #208B31: hue angle of 129.53º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208B31 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 139 | 49 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.45 |
| HSL | 129.53º | 0.63% | 0.34% | - |
| HSV(B) | 129.53º | 0.77% | 0.55% | - |
| XYZ | 10.38 | 18.99 | 6.02 | - |
| YUV | 96.75 | 101.05 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 49 | 0.77 | 0 | 0.65 | 0.45 | 129.53 | 0.63 | 0.34 |
| Hex | 20 | 8B | 31 | 4D | 0 | 41 | 2D | 82 | 3F | 22 |
| Octal | 40 | 213 | 61 | 115 | 0 | 101 | 55 | 202 | 77 | 42 |
| Binary | 100000 | 10001011 | 110001 | 1001101 | 0 | 1000001 | 101101 | 10000010 | 111111 | 100010 |
Color Harmonies of #208B31
Complementary color
Monochromatic Colors of #208B31
Black with #208B31
Text Example
Text Example
White with #208B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208B31; }
p { color: rgb(32,139,49); }
H1.HeaderClassName
{
color: #208B31;
}
.AnyTagClassName
{
color: #208B31;
}
</style>
background-color css
<style>
a { background-color: #208B31; }
a { background-color: rgb(32,139,49); }
div.DivClassName
{
background-color: #208B31;
}
.BgClassName
{
background-color: #208B31;
}
</style>
border-color css
<style>
span { border-color: #208B31; }
span { border-color: rgb(32,139,49); }
td.TdClassName
{
border-color: #208B31;
}
.TagClassName
{
border-color: #208B31;
}
</style>