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