Shades of Forest Green #2AAB2D
Tints of Forest Green #2AAB2D
RGB
CMYK
RGB Variations
Color information
#2AAB2D (or 0x2AAB2D) is known color: Forest Green. HEX triplet: 2A, AB and 2D. RGB value is (42,171,45). Sum of RGB (Red+Green+Blue) = 42+171+45=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 171 (67.19% from 255 or 66.28% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAB2D is #D554D2. Grayscale: #767676. Windows color (decimal): -13980883 or 2992938. OLE color: 2992938.
HSL color Cylindrical-coordinate representation of color #2AAB2D: hue angle of 121.4º 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 #2AAB2D is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 45 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.33 |
| HSL | 121.4º | 0.61% | 0.42% | - |
| HSV(B) | 121.4º | 0.75% | 0.67% | - |
| XYZ | 15.99 | 29.81 | 7.39 | - |
| YUV | 118.07 | 86.76 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 45 | 0.75 | 0 | 0.74 | 0.33 | 121.4 | 0.61 | 0.42 |
| Hex | 2A | AB | 2D | 4B | 0 | 4A | 21 | 79 | 3D | 2A |
| Octal | 52 | 253 | 55 | 113 | 0 | 112 | 41 | 171 | 75 | 52 |
| Binary | 101010 | 10101011 | 101101 | 1001011 | 0 | 1001010 | 100001 | 1111001 | 111101 | 101010 |
Color Harmonies of #2AAB2D
Complementary color
Monochromatic Colors of #2AAB2D
Black with #2AAB2D
Text Example
Text Example
White with #2AAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB2D; }
p { color: rgb(42,171,45); }
H1.HeaderClassName
{
color: #2AAB2D;
}
.AnyTagClassName
{
color: #2AAB2D;
}
</style>
background-color css
<style>
a { background-color: #2AAB2D; }
a { background-color: rgb(42,171,45); }
div.DivClassName
{
background-color: #2AAB2D;
}
.BgClassName
{
background-color: #2AAB2D;
}
</style>
border-color css
<style>
span { border-color: #2AAB2D; }
span { border-color: rgb(42,171,45); }
td.TdClassName
{
border-color: #2AAB2D;
}
.TagClassName
{
border-color: #2AAB2D;
}
</style>