Shades of Forest Green #2A8B08
Tints of Forest Green #2A8B08
RGB
CMYK
RGB Variations
Color information
#2A8B08 (or 0x2A8B08) is known color: Forest Green. HEX triplet: 2A, 8B and 08. RGB value is (42,139,8). Sum of RGB (Red+Green+Blue) = 42+139+8=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 139 (54.69% from 255 or 73.54% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 139 - color contains mainly: green. Hex color #2A8B08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8B08 is #D574F7. Grayscale: #5F5F5F. Windows color (decimal): -13989112 or 559914. OLE color: 559914.
HSL color Cylindrical-coordinate representation of color #2A8B08: hue angle of 104.43º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A8B08 is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 139 | 8 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.45 |
| HSL | 104.43º | 0.89% | 0.29% | - |
| HSV(B) | 104.43º | 0.94% | 0.55% | - |
| XYZ | 10.23 | 18.98 | 3.35 | - |
| YUV | 95.06 | 78.86 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 139 | 8 | 0.70 | 0 | 0.94 | 0.45 | 104.43 | 0.89 | 0.29 |
| Hex | 2A | 8B | 8 | 46 | 0 | 5E | 2D | 68 | 59 | 1D |
| Octal | 52 | 213 | 10 | 106 | 0 | 136 | 55 | 150 | 131 | 35 |
| Binary | 101010 | 10001011 | 1000 | 1000110 | 0 | 1011110 | 101101 | 1101000 | 1011001 | 11101 |
Color Harmonies of #2A8B08
Complementary color
Monochromatic Colors of #2A8B08
Black with #2A8B08
Text Example
Text Example
White with #2A8B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8B08; }
p { color: rgb(42,139,8); }
H1.HeaderClassName
{
color: #2A8B08;
}
.AnyTagClassName
{
color: #2A8B08;
}
</style>
background-color css
<style>
a { background-color: #2A8B08; }
a { background-color: rgb(42,139,8); }
div.DivClassName
{
background-color: #2A8B08;
}
.BgClassName
{
background-color: #2A8B08;
}
</style>
border-color css
<style>
span { border-color: #2A8B08; }
span { border-color: rgb(42,139,8); }
td.TdClassName
{
border-color: #2A8B08;
}
.TagClassName
{
border-color: #2A8B08;
}
</style>