Shades of Forest Green #208A2A
Tints of Forest Green #208A2A
RGB
CMYK
RGB Variations
Color information
#208A2A (or 0x208A2A) is known color: Forest Green. HEX triplet: 20, 8A and 2A. RGB value is (32,138,42). Sum of RGB (Red+Green+Blue) = 32+138+42=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 138 (54.30% from 255 or 65.09% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 138 - color contains mainly: green. Hex color #208A2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208A2A is #DF75D5. Grayscale: #5F5F5F. Windows color (decimal): -14644694 or 2787872. OLE color: 2787872.
HSL color Cylindrical-coordinate representation of color #208A2A: hue angle of 125.66º 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 #208A2A is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 138 | 42 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.46 |
| HSL | 125.66º | 0.62% | 0.33% | - |
| HSV(B) | 125.66º | 0.77% | 0.54% | - |
| XYZ | 10.1 | 18.65 | 5.26 | - |
| YUV | 95.36 | 97.88 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 42 | 0.77 | 0 | 0.70 | 0.46 | 125.66 | 0.62 | 0.33 |
| Hex | 20 | 8A | 2A | 4D | 0 | 46 | 2E | 7E | 3E | 21 |
| Octal | 40 | 212 | 52 | 115 | 0 | 106 | 56 | 176 | 76 | 41 |
| Binary | 100000 | 10001010 | 101010 | 1001101 | 0 | 1000110 | 101110 | 1111110 | 111110 | 100001 |
Color Harmonies of #208A2A
Complementary color
Monochromatic Colors of #208A2A
Black with #208A2A
Text Example
Text Example
White with #208A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208A2A; }
p { color: rgb(32,138,42); }
H1.HeaderClassName
{
color: #208A2A;
}
.AnyTagClassName
{
color: #208A2A;
}
</style>
background-color css
<style>
a { background-color: #208A2A; }
a { background-color: rgb(32,138,42); }
div.DivClassName
{
background-color: #208A2A;
}
.BgClassName
{
background-color: #208A2A;
}
</style>
border-color css
<style>
span { border-color: #208A2A; }
span { border-color: rgb(32,138,42); }
td.TdClassName
{
border-color: #208A2A;
}
.TagClassName
{
border-color: #208A2A;
}
</style>