Shades of Forest Green #2A8A04
Tints of Forest Green #2A8A04
RGB
CMYK
RGB Variations
Color information
#2A8A04 (or 0x2A8A04) is known color: Forest Green. HEX triplet: 2A, 8A and 04. RGB value is (42,138,4). Sum of RGB (Red+Green+Blue) = 42+138+4=184 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.83% from 184); Green value is 138 (54.30% from 255 or 75% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 138 - color contains mainly: green. Hex color #2A8A04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A8A04 is #D575FB. Grayscale: #5E5E5E. Windows color (decimal): -13989372 or 297514. OLE color: 297514.
HSL color Cylindrical-coordinate representation of color #2A8A04: hue angle of 102.99º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A8A04 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 138 | 4 | - |
| CMYK | 0.70 | 0 | 0.97 | 0.46 |
| HSL | 102.99º | 0.94% | 0.28% | - |
| HSV(B) | 102.99º | 0.97% | 0.54% | - |
| XYZ | 10.07 | 18.68 | 3.19 | - |
| YUV | 94.02 | 77.2 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 138 | 4 | 0.70 | 0 | 0.97 | 0.46 | 102.99 | 0.94 | 0.28 |
| Hex | 2A | 8A | 4 | 46 | 0 | 61 | 2E | 67 | 5E | 1C |
| Octal | 52 | 212 | 4 | 106 | 0 | 141 | 56 | 147 | 136 | 34 |
| Binary | 101010 | 10001010 | 100 | 1000110 | 0 | 1100001 | 101110 | 1100111 | 1011110 | 11100 |
Color Harmonies of #2A8A04
Complementary color
Monochromatic Colors of #2A8A04
Black with #2A8A04
Text Example
Text Example
White with #2A8A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8A04; }
p { color: rgb(42,138,4); }
H1.HeaderClassName
{
color: #2A8A04;
}
.AnyTagClassName
{
color: #2A8A04;
}
</style>
background-color css
<style>
a { background-color: #2A8A04; }
a { background-color: rgb(42,138,4); }
div.DivClassName
{
background-color: #2A8A04;
}
.BgClassName
{
background-color: #2A8A04;
}
</style>
border-color css
<style>
span { border-color: #2A8A04; }
span { border-color: rgb(42,138,4); }
td.TdClassName
{
border-color: #2A8A04;
}
.TagClassName
{
border-color: #2A8A04;
}
</style>