Shades of Forest Green #2BAC18
Tints of Forest Green #2BAC18
RGB
CMYK
RGB Variations
Color information
#2BAC18 (or 0x2BAC18) is known color: Forest Green. HEX triplet: 2B, AC and 18. RGB value is (43,172,24). Sum of RGB (Red+Green+Blue) = 43+172+24=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 172 (67.58% from 255 or 71.97% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAC18 is #D453E7. Grayscale: #757575. Windows color (decimal): -13915112 or 1616939. OLE color: 1616939.
HSL color Cylindrical-coordinate representation of color #2BAC18: hue angle of 112.3º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BAC18 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 172 | 24 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.33 |
| HSL | 112.3º | 0.76% | 0.38% | - |
| HSV(B) | 112.3º | 0.86% | 0.67% | - |
| XYZ | 15.91 | 30.08 | 5.83 | - |
| YUV | 116.56 | 75.76 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 24 | 0.75 | 0 | 0.86 | 0.33 | 112.3 | 0.76 | 0.38 |
| Hex | 2B | AC | 18 | 4B | 0 | 56 | 21 | 70 | 4C | 26 |
| Octal | 53 | 254 | 30 | 113 | 0 | 126 | 41 | 160 | 114 | 46 |
| Binary | 101011 | 10101100 | 11000 | 1001011 | 0 | 1010110 | 100001 | 1110000 | 1001100 | 100110 |
Color Harmonies of #2BAC18
Complementary color
Monochromatic Colors of #2BAC18
Black with #2BAC18
Text Example
Text Example
White with #2BAC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAC18; }
p { color: rgb(43,172,24); }
H1.HeaderClassName
{
color: #2BAC18;
}
.AnyTagClassName
{
color: #2BAC18;
}
</style>
background-color css
<style>
a { background-color: #2BAC18; }
a { background-color: rgb(43,172,24); }
div.DivClassName
{
background-color: #2BAC18;
}
.BgClassName
{
background-color: #2BAC18;
}
</style>
border-color css
<style>
span { border-color: #2BAC18; }
span { border-color: rgb(43,172,24); }
td.TdClassName
{
border-color: #2BAC18;
}
.TagClassName
{
border-color: #2BAC18;
}
</style>