Shades of Forest Green #2AAB19
Tints of Forest Green #2AAB19
RGB
CMYK
RGB Variations
Color information
#2AAB19 (or 0x2AAB19) is known color: Forest Green. HEX triplet: 2A, AB and 19. RGB value is (42,171,25). Sum of RGB (Red+Green+Blue) = 42+171+25=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 171 (67.19% from 255 or 71.85% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAB19 is #D554E6. Grayscale: #747474. Windows color (decimal): -13980903 or 1682218. OLE color: 1682218.
HSL color Cylindrical-coordinate representation of color #2AAB19: hue angle of 113.01º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AAB19 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 25 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.33 |
| HSL | 113.01º | 0.74% | 0.38% | - |
| HSV(B) | 113.01º | 0.85% | 0.67% | - |
| XYZ | 15.69 | 29.69 | 5.82 | - |
| YUV | 115.79 | 76.76 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 25 | 0.75 | 0 | 0.85 | 0.33 | 113.01 | 0.74 | 0.38 |
| Hex | 2A | AB | 19 | 4B | 0 | 55 | 21 | 71 | 4A | 26 |
| Octal | 52 | 253 | 31 | 113 | 0 | 125 | 41 | 161 | 112 | 46 |
| Binary | 101010 | 10101011 | 11001 | 1001011 | 0 | 1010101 | 100001 | 1110001 | 1001010 | 100110 |
Color Harmonies of #2AAB19
Complementary color
Monochromatic Colors of #2AAB19
Black with #2AAB19
Text Example
Text Example
White with #2AAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB19; }
p { color: rgb(42,171,25); }
H1.HeaderClassName
{
color: #2AAB19;
}
.AnyTagClassName
{
color: #2AAB19;
}
</style>
background-color css
<style>
a { background-color: #2AAB19; }
a { background-color: rgb(42,171,25); }
div.DivClassName
{
background-color: #2AAB19;
}
.BgClassName
{
background-color: #2AAB19;
}
</style>
border-color css
<style>
span { border-color: #2AAB19; }
span { border-color: rgb(42,171,25); }
td.TdClassName
{
border-color: #2AAB19;
}
.TagClassName
{
border-color: #2AAB19;
}
</style>