Shades of Forest Green #2B9218
Tints of Forest Green #2B9218
RGB
CMYK
RGB Variations
Color information
#2B9218 (or 0x2B9218) is known color: Forest Green. HEX triplet: 2B, 92 and 18. RGB value is (43,146,24). Sum of RGB (Red+Green+Blue) = 43+146+24=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 146 (57.42% from 255 or 68.54% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 146 - color contains mainly: green. Hex color #2B9218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9218 is #D46DE7. Grayscale: #656565. Windows color (decimal): -13921768 or 1610283. OLE color: 1610283.
HSL color Cylindrical-coordinate representation of color #2B9218: hue angle of 110.66º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B9218 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 146 | 24 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.43 |
| HSL | 110.66º | 0.72% | 0.33% | - |
| HSV(B) | 110.66º | 0.84% | 0.57% | - |
| XYZ | 11.44 | 21.14 | 4.34 | - |
| YUV | 101.3 | 84.38 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 146 | 24 | 0.71 | 0 | 0.84 | 0.43 | 110.66 | 0.72 | 0.33 |
| Hex | 2B | 92 | 18 | 47 | 0 | 54 | 2B | 6F | 48 | 21 |
| Octal | 53 | 222 | 30 | 107 | 0 | 124 | 53 | 157 | 110 | 41 |
| Binary | 101011 | 10010010 | 11000 | 1000111 | 0 | 1010100 | 101011 | 1101111 | 1001000 | 100001 |
Color Harmonies of #2B9218
Complementary color
Monochromatic Colors of #2B9218
Black with #2B9218
Text Example
Text Example
White with #2B9218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9218; }
p { color: rgb(43,146,24); }
H1.HeaderClassName
{
color: #2B9218;
}
.AnyTagClassName
{
color: #2B9218;
}
</style>
background-color css
<style>
a { background-color: #2B9218; }
a { background-color: rgb(43,146,24); }
div.DivClassName
{
background-color: #2B9218;
}
.BgClassName
{
background-color: #2B9218;
}
</style>
border-color css
<style>
span { border-color: #2B9218; }
span { border-color: rgb(43,146,24); }
td.TdClassName
{
border-color: #2B9218;
}
.TagClassName
{
border-color: #2B9218;
}
</style>