Shades of Forest Green #2A9119
Tints of Forest Green #2A9119
RGB
CMYK
RGB Variations
Color information
#2A9119 (or 0x2A9119) is known color: Forest Green. HEX triplet: 2A, 91 and 19. RGB value is (42,145,25). Sum of RGB (Red+Green+Blue) = 42+145+25=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 145 (57.03% from 255 or 68.40% from 212); Blue value is 25 (10.16% from 255 or 11.79% from 212); Max value from RGB is 145 - color contains mainly: green. Hex color #2A9119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2A9119 is #D56EE6. Grayscale: #646464. Windows color (decimal): -13987559 or 1675562. OLE color: 1675562.
HSL color Cylindrical-coordinate representation of color #2A9119: hue angle of 111.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A9119 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 42 | 145 | 25 | - |
| CMYK | 0.71 | 0 | 0.83 | 0.43 |
| HSL | 111.5º | 0.71% | 0.33% | - |
| HSV(B) | 111.5º | 0.83% | 0.57% | - |
| XYZ | 11.26 | 20.81 | 4.34 | - |
| YUV | 100.52 | 85.38 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 145 | 25 | 0.71 | 0 | 0.83 | 0.43 | 111.5 | 0.71 | 0.33 |
| Hex | 2A | 91 | 19 | 47 | 0 | 53 | 2B | 70 | 47 | 21 |
| Octal | 52 | 221 | 31 | 107 | 0 | 123 | 53 | 160 | 107 | 41 |
| Binary | 101010 | 10010001 | 11001 | 1000111 | 0 | 1010011 | 101011 | 1110000 | 1000111 | 100001 |
Color Harmonies of #2A9119
Complementary color
Monochromatic Colors of #2A9119
Black with #2A9119
Text Example
Text Example
White with #2A9119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A9119; }
p { color: rgb(42,145,25); }
H1.HeaderClassName
{
color: #2A9119;
}
.AnyTagClassName
{
color: #2A9119;
}
</style>
background-color css
<style>
a { background-color: #2A9119; }
a { background-color: rgb(42,145,25); }
div.DivClassName
{
background-color: #2A9119;
}
.BgClassName
{
background-color: #2A9119;
}
</style>
border-color css
<style>
span { border-color: #2A9119; }
span { border-color: rgb(42,145,25); }
td.TdClassName
{
border-color: #2A9119;
}
.TagClassName
{
border-color: #2A9119;
}
</style>