Shades of Forest Green #2A7A18
Tints of Forest Green #2A7A18
RGB
CMYK
RGB Variations
Color information
#2A7A18 (or 0x2A7A18) is known color: Forest Green. HEX triplet: 2A, 7A and 18. RGB value is (42,122,24). Sum of RGB (Red+Green+Blue) = 42+122+24=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 122 (48.05% from 255 or 64.89% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 122 - color contains mainly: green. Hex color #2A7A18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2A7A18 is #D585E7. Grayscale: #575757. Windows color (decimal): -13993448 or 1604138. OLE color: 1604138.
HSL color Cylindrical-coordinate representation of color #2A7A18: hue angle of 108.98º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A7A18 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 122 | 24 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.52 |
| HSL | 108.98º | 0.67% | 0.29% | - |
| HSV(B) | 108.98º | 0.8% | 0.48% | - |
| XYZ | 8.08 | 14.48 | 3.23 | - |
| YUV | 86.91 | 92.5 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 122 | 24 | 0.66 | 0 | 0.80 | 0.52 | 108.98 | 0.67 | 0.29 |
| Hex | 2A | 7A | 18 | 42 | 0 | 50 | 34 | 6D | 43 | 1D |
| Octal | 52 | 172 | 30 | 102 | 0 | 120 | 64 | 155 | 103 | 35 |
| Binary | 101010 | 1111010 | 11000 | 1000010 | 0 | 1010000 | 110100 | 1101101 | 1000011 | 11101 |
Color Harmonies of #2A7A18
Complementary color
Monochromatic Colors of #2A7A18
Black with #2A7A18
Text Example
Text Example
White with #2A7A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7A18; }
p { color: rgb(42,122,24); }
H1.HeaderClassName
{
color: #2A7A18;
}
.AnyTagClassName
{
color: #2A7A18;
}
</style>
background-color css
<style>
a { background-color: #2A7A18; }
a { background-color: rgb(42,122,24); }
div.DivClassName
{
background-color: #2A7A18;
}
.BgClassName
{
background-color: #2A7A18;
}
</style>
border-color css
<style>
span { border-color: #2A7A18; }
span { border-color: rgb(42,122,24); }
td.TdClassName
{
border-color: #2A7A18;
}
.TagClassName
{
border-color: #2A7A18;
}
</style>