Shades of Forest Green #2B8610
Tints of Forest Green #2B8610
RGB
CMYK
RGB Variations
Color information
#2B8610 (or 0x2B8610) is known color: Forest Green. HEX triplet: 2B, 86 and 10. RGB value is (43,134,16). Sum of RGB (Red+Green+Blue) = 43+134+16=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 134 (52.73% from 255 or 69.43% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 134 - color contains mainly: green. Hex color #2B8610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8610 is #D479EF. Grayscale: #5D5D5D. Windows color (decimal): -13924848 or 1082923. OLE color: 1082923.
HSL color Cylindrical-coordinate representation of color #2B8610: hue angle of 106.27º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B8610 is Cyan = 0.68, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 134 | 16 | - |
| CMYK | 0.68 | 0 | 0.88 | 0.47 |
| HSL | 106.27º | 0.79% | 0.29% | - |
| HSV(B) | 106.27º | 0.88% | 0.53% | - |
| XYZ | 9.61 | 17.6 | 3.38 | - |
| YUV | 93.34 | 84.35 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 134 | 16 | 0.68 | 0 | 0.88 | 0.47 | 106.27 | 0.79 | 0.29 |
| Hex | 2B | 86 | 10 | 44 | 0 | 58 | 2F | 6A | 4F | 1D |
| Octal | 53 | 206 | 20 | 104 | 0 | 130 | 57 | 152 | 117 | 35 |
| Binary | 101011 | 10000110 | 10000 | 1000100 | 0 | 1011000 | 101111 | 1101010 | 1001111 | 11101 |
Color Harmonies of #2B8610
Complementary color
Monochromatic Colors of #2B8610
Black with #2B8610
Text Example
Text Example
White with #2B8610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8610; }
p { color: rgb(43,134,16); }
H1.HeaderClassName
{
color: #2B8610;
}
.AnyTagClassName
{
color: #2B8610;
}
</style>
background-color css
<style>
a { background-color: #2B8610; }
a { background-color: rgb(43,134,16); }
div.DivClassName
{
background-color: #2B8610;
}
.BgClassName
{
background-color: #2B8610;
}
</style>
border-color css
<style>
span { border-color: #2B8610; }
span { border-color: rgb(43,134,16); }
td.TdClassName
{
border-color: #2B8610;
}
.TagClassName
{
border-color: #2B8610;
}
</style>