Shades of Forest Green #208A30
Tints of Forest Green #208A30
RGB
CMYK
RGB Variations
Color information
#208A30 (or 0x208A30) is known color: Forest Green. HEX triplet: 20, 8A and 30. RGB value is (32,138,48). Sum of RGB (Red+Green+Blue) = 32+138+48=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 138 (54.30% from 255 or 63.30% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 138 - color contains mainly: green. Hex color #208A30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208A30 is #DF75CF. Grayscale: #606060. Windows color (decimal): -14644688 or 3181088. OLE color: 3181088.
HSL color Cylindrical-coordinate representation of color #208A30: hue angle of 129.06º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208A30 is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 138 | 48 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.46 |
| HSL | 129.06º | 0.62% | 0.33% | - |
| HSV(B) | 129.06º | 0.77% | 0.54% | - |
| XYZ | 10.22 | 18.7 | 5.87 | - |
| YUV | 96.05 | 100.88 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 48 | 0.77 | 0 | 0.65 | 0.46 | 129.06 | 0.62 | 0.33 |
| Hex | 20 | 8A | 30 | 4D | 0 | 41 | 2E | 81 | 3E | 21 |
| Octal | 40 | 212 | 60 | 115 | 0 | 101 | 56 | 201 | 76 | 41 |
| Binary | 100000 | 10001010 | 110000 | 1001101 | 0 | 1000001 | 101110 | 10000001 | 111110 | 100001 |
Color Harmonies of #208A30
Complementary color
Monochromatic Colors of #208A30
Black with #208A30
Text Example
Text Example
White with #208A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208A30; }
p { color: rgb(32,138,48); }
H1.HeaderClassName
{
color: #208A30;
}
.AnyTagClassName
{
color: #208A30;
}
</style>
background-color css
<style>
a { background-color: #208A30; }
a { background-color: rgb(32,138,48); }
div.DivClassName
{
background-color: #208A30;
}
.BgClassName
{
background-color: #208A30;
}
</style>
border-color css
<style>
span { border-color: #208A30; }
span { border-color: rgb(32,138,48); }
td.TdClassName
{
border-color: #208A30;
}
.TagClassName
{
border-color: #208A30;
}
</style>