Shades of Forest Green #208230
Tints of Forest Green #208230
RGB
CMYK
RGB Variations
Color information
#208230 (or 0x208230) is known color: Forest Green. HEX triplet: 20, 82 and 30. RGB value is (32,130,48). Sum of RGB (Red+Green+Blue) = 32+130+48=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 48 (19.14% from 255 or 22.86% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #208230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208230 is #DF7DCF. Grayscale: #5B5B5B. Windows color (decimal): -14646736 or 3179040. OLE color: 3179040.
HSL color Cylindrical-coordinate representation of color #208230: hue angle of 129.8º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208230 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 32 | 130 | 48 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.49 |
| HSL | 129.8º | 0.6% | 0.32% | - |
| HSV(B) | 129.8º | 0.75% | 0.51% | - |
| XYZ | 9.11 | 16.49 | 5.5 | - |
| YUV | 91.35 | 103.53 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 130 | 48 | 0.75 | 0 | 0.63 | 0.49 | 129.8 | 0.6 | 0.32 |
| Hex | 20 | 82 | 30 | 4B | 0 | 3F | 31 | 82 | 3C | 20 |
| Octal | 40 | 202 | 60 | 113 | 0 | 77 | 61 | 202 | 74 | 40 |
| Binary | 100000 | 10000010 | 110000 | 1001011 | 0 | 111111 | 110001 | 10000010 | 111100 | 100000 |
Color Harmonies of #208230
Complementary color
Monochromatic Colors of #208230
Black with #208230
Text Example
Text Example
White with #208230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208230; }
p { color: rgb(32,130,48); }
H1.HeaderClassName
{
color: #208230;
}
.AnyTagClassName
{
color: #208230;
}
</style>
background-color css
<style>
a { background-color: #208230; }
a { background-color: rgb(32,130,48); }
div.DivClassName
{
background-color: #208230;
}
.BgClassName
{
background-color: #208230;
}
</style>
border-color css
<style>
span { border-color: #208230; }
span { border-color: rgb(32,130,48); }
td.TdClassName
{
border-color: #208230;
}
.TagClassName
{
border-color: #208230;
}
</style>