Shades of Forest Green #2BAB19
Tints of Forest Green #2BAB19
RGB
CMYK
RGB Variations
Color information
#2BAB19 (or 0x2BAB19) is known color: Forest Green. HEX triplet: 2B, AB and 19. RGB value is (43,171,25). Sum of RGB (Red+Green+Blue) = 43+171+25=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 171 (67.19% from 255 or 71.55% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAB19 is #D454E6. Grayscale: #747474. Windows color (decimal): -13915367 or 1682219. OLE color: 1682219.
HSL color Cylindrical-coordinate representation of color #2BAB19: hue angle of 112.6º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BAB19 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 171 | 25 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.33 |
| HSL | 112.6º | 0.74% | 0.38% | - |
| HSV(B) | 112.6º | 0.85% | 0.67% | - |
| XYZ | 15.73 | 29.71 | 5.82 | - |
| YUV | 116.08 | 76.59 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 25 | 0.75 | 0 | 0.85 | 0.33 | 112.6 | 0.74 | 0.38 |
| Hex | 2B | AB | 19 | 4B | 0 | 55 | 21 | 71 | 4A | 26 |
| Octal | 53 | 253 | 31 | 113 | 0 | 125 | 41 | 161 | 112 | 46 |
| Binary | 101011 | 10101011 | 11001 | 1001011 | 0 | 1010101 | 100001 | 1110001 | 1001010 | 100110 |
Color Harmonies of #2BAB19
Complementary color
Monochromatic Colors of #2BAB19
Black with #2BAB19
Text Example
Text Example
White with #2BAB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAB19; }
p { color: rgb(43,171,25); }
H1.HeaderClassName
{
color: #2BAB19;
}
.AnyTagClassName
{
color: #2BAB19;
}
</style>
background-color css
<style>
a { background-color: #2BAB19; }
a { background-color: rgb(43,171,25); }
div.DivClassName
{
background-color: #2BAB19;
}
.BgClassName
{
background-color: #2BAB19;
}
</style>
border-color css
<style>
span { border-color: #2BAB19; }
span { border-color: rgb(43,171,25); }
td.TdClassName
{
border-color: #2BAB19;
}
.TagClassName
{
border-color: #2BAB19;
}
</style>