Shades of Forest Green #2A8404
Tints of Forest Green #2A8404
RGB
CMYK
RGB Variations
Color information
#2A8404 (or 0x2A8404) is known color: Forest Green. HEX triplet: 2A, 84 and 04. RGB value is (42,132,4). Sum of RGB (Red+Green+Blue) = 42+132+4=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 132 (51.95% from 255 or 74.16% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 132 - color contains mainly: green. Hex color #2A8404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8404 is #D57BFB. Grayscale: #5A5A5A. Windows color (decimal): -13990908 or 295978. OLE color: 295978.
HSL color Cylindrical-coordinate representation of color #2A8404: hue angle of 102.19º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A8404 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 42 | 132 | 4 | - |
| CMYK | 0.68 | 0 | 0.97 | 0.48 |
| HSL | 102.19º | 0.94% | 0.27% | - |
| HSV(B) | 102.19º | 0.97% | 0.52% | - |
| XYZ | 9.23 | 17 | 2.91 | - |
| YUV | 90.5 | 79.18 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 132 | 4 | 0.68 | 0 | 0.97 | 0.48 | 102.19 | 0.94 | 0.27 |
| Hex | 2A | 84 | 4 | 44 | 0 | 61 | 30 | 66 | 5E | 1B |
| Octal | 52 | 204 | 4 | 104 | 0 | 141 | 60 | 146 | 136 | 33 |
| Binary | 101010 | 10000100 | 100 | 1000100 | 0 | 1100001 | 110000 | 1100110 | 1011110 | 11011 |
Color Harmonies of #2A8404
Complementary color
Monochromatic Colors of #2A8404
Black with #2A8404
Text Example
Text Example
White with #2A8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8404; }
p { color: rgb(42,132,4); }
H1.HeaderClassName
{
color: #2A8404;
}
.AnyTagClassName
{
color: #2A8404;
}
</style>
background-color css
<style>
a { background-color: #2A8404; }
a { background-color: rgb(42,132,4); }
div.DivClassName
{
background-color: #2A8404;
}
.BgClassName
{
background-color: #2A8404;
}
</style>
border-color css
<style>
span { border-color: #2A8404; }
span { border-color: rgb(42,132,4); }
td.TdClassName
{
border-color: #2A8404;
}
.TagClassName
{
border-color: #2A8404;
}
</style>