Shades of Forest Green #2A8819
Tints of Forest Green #2A8819
RGB
CMYK
RGB Variations
Color information
#2A8819 (or 0x2A8819) is known color: Forest Green. HEX triplet: 2A, 88 and 19. RGB value is (42,136,25). Sum of RGB (Red+Green+Blue) = 42+136+25=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 136 (53.52% from 255 or 67.00% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 136 - color contains mainly: green. Hex color #2A8819 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8819 is #D577E6. Grayscale: #5F5F5F. Windows color (decimal): -13989863 or 1673258. OLE color: 1673258.
HSL color Cylindrical-coordinate representation of color #2A8819: hue angle of 110.81º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A8819 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 136 | 25 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.47 |
| HSL | 110.81º | 0.69% | 0.32% | - |
| HSV(B) | 110.81º | 0.82% | 0.53% | - |
| XYZ | 9.93 | 18.17 | 3.9 | - |
| YUV | 95.24 | 88.36 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 136 | 25 | 0.69 | 0 | 0.82 | 0.47 | 110.81 | 0.69 | 0.32 |
| Hex | 2A | 88 | 19 | 45 | 0 | 52 | 2F | 6F | 45 | 20 |
| Octal | 52 | 210 | 31 | 105 | 0 | 122 | 57 | 157 | 105 | 40 |
| Binary | 101010 | 10001000 | 11001 | 1000101 | 0 | 1010010 | 101111 | 1101111 | 1000101 | 100000 |
Color Harmonies of #2A8819
Complementary color
Monochromatic Colors of #2A8819
Black with #2A8819
Text Example
Text Example
White with #2A8819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8819; }
p { color: rgb(42,136,25); }
H1.HeaderClassName
{
color: #2A8819;
}
.AnyTagClassName
{
color: #2A8819;
}
</style>
background-color css
<style>
a { background-color: #2A8819; }
a { background-color: rgb(42,136,25); }
div.DivClassName
{
background-color: #2A8819;
}
.BgClassName
{
background-color: #2A8819;
}
</style>
border-color css
<style>
span { border-color: #2A8819; }
span { border-color: rgb(42,136,25); }
td.TdClassName
{
border-color: #2A8819;
}
.TagClassName
{
border-color: #2A8819;
}
</style>