Shades of Forest Green #2B8516
Tints of Forest Green #2B8516
RGB
CMYK
RGB Variations
Color information
#2B8516 (or 0x2B8516) is known color: Forest Green. HEX triplet: 2B, 85 and 16. RGB value is (43,133,22). Sum of RGB (Red+Green+Blue) = 43+133+22=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 133 (52.34% from 255 or 67.17% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 133 - color contains mainly: green. Hex color #2B8516 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8516 is #D47AE9. Grayscale: #5D5D5D. Windows color (decimal): -13925098 or 1475883. OLE color: 1475883.
HSL color Cylindrical-coordinate representation of color #2B8516: hue angle of 108.65º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B8516 is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 133 | 22 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.48 |
| HSL | 108.65º | 0.72% | 0.3% | - |
| HSV(B) | 108.65º | 0.83% | 0.52% | - |
| XYZ | 9.53 | 17.35 | 3.61 | - |
| YUV | 93.44 | 87.68 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 133 | 22 | 0.68 | 0 | 0.83 | 0.48 | 108.65 | 0.72 | 0.3 |
| Hex | 2B | 85 | 16 | 44 | 0 | 53 | 30 | 6D | 48 | 1E |
| Octal | 53 | 205 | 26 | 104 | 0 | 123 | 60 | 155 | 110 | 36 |
| Binary | 101011 | 10000101 | 10110 | 1000100 | 0 | 1010011 | 110000 | 1101101 | 1001000 | 11110 |
Color Harmonies of #2B8516
Complementary color
Monochromatic Colors of #2B8516
Black with #2B8516
Text Example
Text Example
White with #2B8516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8516; }
p { color: rgb(43,133,22); }
H1.HeaderClassName
{
color: #2B8516;
}
.AnyTagClassName
{
color: #2B8516;
}
</style>
background-color css
<style>
a { background-color: #2B8516; }
a { background-color: rgb(43,133,22); }
div.DivClassName
{
background-color: #2B8516;
}
.BgClassName
{
background-color: #2B8516;
}
</style>
border-color css
<style>
span { border-color: #2B8516; }
span { border-color: rgb(43,133,22); }
td.TdClassName
{
border-color: #2B8516;
}
.TagClassName
{
border-color: #2B8516;
}
</style>