Shades of Forest Green #2BAB15
Tints of Forest Green #2BAB15
RGB
CMYK
RGB Variations
Color information
#2BAB15 (or 0x2BAB15) is known color: Forest Green. HEX triplet: 2B, AB and 15. RGB value is (43,171,21). Sum of RGB (Red+Green+Blue) = 43+171+21=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 171 (67.19% from 255 or 72.77% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAB15 is #D454EA. Grayscale: #747474. Windows color (decimal): -13915371 or 1420075. OLE color: 1420075.
HSL color Cylindrical-coordinate representation of color #2BAB15: hue angle of 111.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BAB15 is Cyan = 0.75, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 21 | - |
| CMYK | 0.75 | 0 | 0.88 | 0.33 |
| HSL | 111.2º | 0.78% | 0.38% | - |
| HSV(B) | 111.2º | 0.88% | 0.67% | - |
| XYZ | 15.69 | 29.69 | 5.61 | - |
| YUV | 115.63 | 74.59 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 21 | 0.75 | 0 | 0.88 | 0.33 | 111.2 | 0.78 | 0.38 |
| Hex | 2B | AB | 15 | 4B | 0 | 58 | 21 | 6F | 4E | 26 |
| Octal | 53 | 253 | 25 | 113 | 0 | 130 | 41 | 157 | 116 | 46 |
| Binary | 101011 | 10101011 | 10101 | 1001011 | 0 | 1011000 | 100001 | 1101111 | 1001110 | 100110 |
Color Harmonies of #2BAB15
Complementary color
Monochromatic Colors of #2BAB15
Black with #2BAB15
Text Example
Text Example
White with #2BAB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB15; }
p { color: rgb(43,171,21); }
H1.HeaderClassName
{
color: #2BAB15;
}
.AnyTagClassName
{
color: #2BAB15;
}
</style>
background-color css
<style>
a { background-color: #2BAB15; }
a { background-color: rgb(43,171,21); }
div.DivClassName
{
background-color: #2BAB15;
}
.BgClassName
{
background-color: #2BAB15;
}
</style>
border-color css
<style>
span { border-color: #2BAB15; }
span { border-color: rgb(43,171,21); }
td.TdClassName
{
border-color: #2BAB15;
}
.TagClassName
{
border-color: #2BAB15;
}
</style>