Shades of Forest Green #2AAB2A
Tints of Forest Green #2AAB2A
RGB
CMYK
RGB Variations
Color information
#2AAB2A (or 0x2AAB2A) is known color: Forest Green. HEX triplet: 2A, AB and 2A. RGB value is (42,171,42). Sum of RGB (Red+Green+Blue) = 42+171+42=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 171 (67.19% from 255 or 67.06% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAB2A is #D554D5. Grayscale: #767676. Windows color (decimal): -13980886 or 2796330. OLE color: 2796330.
HSL color Cylindrical-coordinate representation of color #2AAB2A: hue angle of 120º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AAB2A is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 42 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.33 |
| HSL | 120º | 0.61% | 0.42% | - |
| HSV(B) | 120º | 0.75% | 0.67% | - |
| XYZ | 15.94 | 29.79 | 7.1 | - |
| YUV | 117.72 | 85.26 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 42 | 0.75 | 0 | 0.75 | 0.33 | 120 | 0.61 | 0.42 |
| Hex | 2A | AB | 2A | 4B | 0 | 4B | 21 | 78 | 3D | 2A |
| Octal | 52 | 253 | 52 | 113 | 0 | 113 | 41 | 170 | 75 | 52 |
| Binary | 101010 | 10101011 | 101010 | 1001011 | 0 | 1001011 | 100001 | 1111000 | 111101 | 101010 |
Color Harmonies of #2AAB2A
Complementary color
Monochromatic Colors of #2AAB2A
Black with #2AAB2A
Text Example
Text Example
White with #2AAB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB2A; }
p { color: rgb(42,171,42); }
H1.HeaderClassName
{
color: #2AAB2A;
}
.AnyTagClassName
{
color: #2AAB2A;
}
</style>
background-color css
<style>
a { background-color: #2AAB2A; }
a { background-color: rgb(42,171,42); }
div.DivClassName
{
background-color: #2AAB2A;
}
.BgClassName
{
background-color: #2AAB2A;
}
</style>
border-color css
<style>
span { border-color: #2AAB2A; }
span { border-color: rgb(42,171,42); }
td.TdClassName
{
border-color: #2AAB2A;
}
.TagClassName
{
border-color: #2AAB2A;
}
</style>