Shades of Forest Green #2A8508
Tints of Forest Green #2A8508
RGB
CMYK
RGB Variations
Color information
#2A8508 (or 0x2A8508) is known color: Forest Green. HEX triplet: 2A, 85 and 08. RGB value is (42,133,8). Sum of RGB (Red+Green+Blue) = 42+133+8=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #2A8508 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8508 is #D57AF7. Grayscale: #5B5B5B. Windows color (decimal): -13990648 or 558378. OLE color: 558378.
HSL color Cylindrical-coordinate representation of color #2A8508: hue angle of 103.68º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A8508 is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 42 | 133 | 8 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.48 |
| HSL | 103.68º | 0.89% | 0.28% | - |
| HSV(B) | 103.68º | 0.94% | 0.52% | - |
| XYZ | 9.39 | 17.28 | 3.07 | - |
| YUV | 91.54 | 80.85 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 133 | 8 | 0.68 | 0 | 0.94 | 0.48 | 103.68 | 0.89 | 0.28 |
| Hex | 2A | 85 | 8 | 44 | 0 | 5E | 30 | 68 | 59 | 1C |
| Octal | 52 | 205 | 10 | 104 | 0 | 136 | 60 | 150 | 131 | 34 |
| Binary | 101010 | 10000101 | 1000 | 1000100 | 0 | 1011110 | 110000 | 1101000 | 1011001 | 11100 |
Color Harmonies of #2A8508
Complementary color
Monochromatic Colors of #2A8508
Black with #2A8508
Text Example
Text Example
White with #2A8508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8508; }
p { color: rgb(42,133,8); }
H1.HeaderClassName
{
color: #2A8508;
}
.AnyTagClassName
{
color: #2A8508;
}
</style>
background-color css
<style>
a { background-color: #2A8508; }
a { background-color: rgb(42,133,8); }
div.DivClassName
{
background-color: #2A8508;
}
.BgClassName
{
background-color: #2A8508;
}
</style>
border-color css
<style>
span { border-color: #2A8508; }
span { border-color: rgb(42,133,8); }
td.TdClassName
{
border-color: #2A8508;
}
.TagClassName
{
border-color: #2A8508;
}
</style>