Shades of Forest Green #208B3B
Tints of Forest Green #208B3B
RGB
CMYK
RGB Variations
Color information
#208B3B (or 0x208B3B) is known color: Forest Green. HEX triplet: 20, 8B and 3B. RGB value is (32,139,59). Sum of RGB (Red+Green+Blue) = 32+139+59=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 139 (54.69% from 255 or 60.43% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 139 - color contains mainly: green. Hex color #208B3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208B3B is #DF74C4. Grayscale: #626262. Windows color (decimal): -14644421 or 3902240. OLE color: 3902240.
HSL color Cylindrical-coordinate representation of color #208B3B: hue angle of 135.14º 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 #208B3B is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 139 | 59 | - |
| CMYK | 0.77 | 0 | 0.58 | 0.45 |
| HSL | 135.14º | 0.63% | 0.34% | - |
| HSV(B) | 135.14º | 0.77% | 0.55% | - |
| XYZ | 10.62 | 19.09 | 7.26 | - |
| YUV | 97.89 | 106.05 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 59 | 0.77 | 0 | 0.58 | 0.45 | 135.14 | 0.63 | 0.34 |
| Hex | 20 | 8B | 3B | 4D | 0 | 3A | 2D | 87 | 3F | 22 |
| Octal | 40 | 213 | 73 | 115 | 0 | 72 | 55 | 207 | 77 | 42 |
| Binary | 100000 | 10001011 | 111011 | 1001101 | 0 | 111010 | 101101 | 10000111 | 111111 | 100010 |
Color Harmonies of #208B3B
Complementary color
Monochromatic Colors of #208B3B
Black with #208B3B
Text Example
Text Example
White with #208B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208B3B; }
p { color: rgb(32,139,59); }
H1.HeaderClassName
{
color: #208B3B;
}
.AnyTagClassName
{
color: #208B3B;
}
</style>
background-color css
<style>
a { background-color: #208B3B; }
a { background-color: rgb(32,139,59); }
div.DivClassName
{
background-color: #208B3B;
}
.BgClassName
{
background-color: #208B3B;
}
</style>
border-color css
<style>
span { border-color: #208B3B; }
span { border-color: rgb(32,139,59); }
td.TdClassName
{
border-color: #208B3B;
}
.TagClassName
{
border-color: #208B3B;
}
</style>