Shades of Forest Green #2B9D18
Tints of Forest Green #2B9D18
RGB
CMYK
RGB Variations
Color information
#2B9D18 (or 0x2B9D18) is known color: Forest Green. HEX triplet: 2B, 9D and 18. RGB value is (43,157,24). Sum of RGB (Red+Green+Blue) = 43+157+24=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 157 (61.72% from 255 or 70.09% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9D18 is #D462E7. Grayscale: #6C6C6C. Windows color (decimal): -13918952 or 1613099. OLE color: 1613099.
HSL color Cylindrical-coordinate representation of color #2B9D18: hue angle of 111.43º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B9D18 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 157 | 24 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.38 |
| HSL | 111.43º | 0.73% | 0.35% | - |
| HSV(B) | 111.43º | 0.85% | 0.62% | - |
| XYZ | 13.22 | 24.69 | 4.93 | - |
| YUV | 107.75 | 80.73 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 24 | 0.73 | 0 | 0.85 | 0.38 | 111.43 | 0.73 | 0.35 |
| Hex | 2B | 9D | 18 | 49 | 0 | 55 | 26 | 6F | 49 | 23 |
| Octal | 53 | 235 | 30 | 111 | 0 | 125 | 46 | 157 | 111 | 43 |
| Binary | 101011 | 10011101 | 11000 | 1001001 | 0 | 1010101 | 100110 | 1101111 | 1001001 | 100011 |
Color Harmonies of #2B9D18
Complementary color
Monochromatic Colors of #2B9D18
Black with #2B9D18
Text Example
Text Example
White with #2B9D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9D18; }
p { color: rgb(43,157,24); }
H1.HeaderClassName
{
color: #2B9D18;
}
.AnyTagClassName
{
color: #2B9D18;
}
</style>
background-color css
<style>
a { background-color: #2B9D18; }
a { background-color: rgb(43,157,24); }
div.DivClassName
{
background-color: #2B9D18;
}
.BgClassName
{
background-color: #2B9D18;
}
</style>
border-color css
<style>
span { border-color: #2B9D18; }
span { border-color: rgb(43,157,24); }
td.TdClassName
{
border-color: #2B9D18;
}
.TagClassName
{
border-color: #2B9D18;
}
</style>