Shades of Forest Green #2AAB2B
Tints of Forest Green #2AAB2B
RGB
CMYK
RGB Variations
Color information
#2AAB2B (or 0x2AAB2B) is known color: Forest Green. HEX triplet: 2A, AB and 2B. RGB value is (42,171,43). Sum of RGB (Red+Green+Blue) = 42+171+43=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 171 (67.19% from 255 or 66.80% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAB2B is #D554D4. Grayscale: #767676. Windows color (decimal): -13980885 or 2861866. OLE color: 2861866.
HSL color Cylindrical-coordinate representation of color #2AAB2B: hue angle of 120.47º 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 #2AAB2B is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 43 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.33 |
| HSL | 120.47º | 0.61% | 0.42% | - |
| HSV(B) | 120.47º | 0.75% | 0.67% | - |
| XYZ | 15.95 | 29.79 | 7.2 | - |
| YUV | 117.84 | 85.76 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 43 | 0.75 | 0 | 0.75 | 0.33 | 120.47 | 0.61 | 0.42 |
| Hex | 2A | AB | 2B | 4B | 0 | 4B | 21 | 78 | 3D | 2A |
| Octal | 52 | 253 | 53 | 113 | 0 | 113 | 41 | 170 | 75 | 52 |
| Binary | 101010 | 10101011 | 101011 | 1001011 | 0 | 1001011 | 100001 | 1111000 | 111101 | 101010 |
Color Harmonies of #2AAB2B
Complementary color
Monochromatic Colors of #2AAB2B
Black with #2AAB2B
Text Example
Text Example
White with #2AAB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAB2B; }
p { color: rgb(42,171,43); }
H1.HeaderClassName
{
color: #2AAB2B;
}
.AnyTagClassName
{
color: #2AAB2B;
}
</style>
background-color css
<style>
a { background-color: #2AAB2B; }
a { background-color: rgb(42,171,43); }
div.DivClassName
{
background-color: #2AAB2B;
}
.BgClassName
{
background-color: #2AAB2B;
}
</style>
border-color css
<style>
span { border-color: #2AAB2B; }
span { border-color: rgb(42,171,43); }
td.TdClassName
{
border-color: #2AAB2B;
}
.TagClassName
{
border-color: #2AAB2B;
}
</style>