Shades of Forest Green #208B34
Tints of Forest Green #208B34
RGB
CMYK
RGB Variations
Color information
#208B34 (or 0x208B34) is known color: Forest Green. HEX triplet: 20, 8B and 34. RGB value is (32,139,52). Sum of RGB (Red+Green+Blue) = 32+139+52=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 139 (54.69% from 255 or 62.33% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 139 - color contains mainly: green. Hex color #208B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208B34 is #DF74CB. Grayscale: #616161. Windows color (decimal): -14644428 or 3443488. OLE color: 3443488.
HSL color Cylindrical-coordinate representation of color #208B34: hue angle of 131.21º 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 #208B34 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 139 | 52 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.45 |
| HSL | 131.22º | 0.63% | 0.34% | - |
| HSV(B) | 131.22º | 0.77% | 0.55% | - |
| XYZ | 10.45 | 19.02 | 6.37 | - |
| YUV | 97.09 | 102.55 | 81.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 52 | 0.77 | 0 | 0.63 | 0.45 | 131.22 | 0.63 | 0.34 |
| Hex | 20 | 8B | 34 | 4D | 0 | 3F | 2D | 83 | 3F | 22 |
| Octal | 40 | 213 | 64 | 115 | 0 | 77 | 55 | 203 | 77 | 42 |
| Binary | 100000 | 10001011 | 110100 | 1001101 | 0 | 111111 | 101101 | 10000011 | 111111 | 100010 |
Color Harmonies of #208B34
Complementary color
Monochromatic Colors of #208B34
Black with #208B34
Text Example
Text Example
White with #208B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208B34; }
p { color: rgb(32,139,52); }
H1.HeaderClassName
{
color: #208B34;
}
.AnyTagClassName
{
color: #208B34;
}
</style>
background-color css
<style>
a { background-color: #208B34; }
a { background-color: rgb(32,139,52); }
div.DivClassName
{
background-color: #208B34;
}
.BgClassName
{
background-color: #208B34;
}
</style>
border-color css
<style>
span { border-color: #208B34; }
span { border-color: rgb(32,139,52); }
td.TdClassName
{
border-color: #208B34;
}
.TagClassName
{
border-color: #208B34;
}
</style>