Shades of Forest Green #2B8612
Tints of Forest Green #2B8612
RGB
CMYK
RGB Variations
Color information
#2B8612 (or 0x2B8612) is known color: Forest Green. HEX triplet: 2B, 86 and 12. RGB value is (43,134,18). Sum of RGB (Red+Green+Blue) = 43+134+18=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 134 (52.73% from 255 or 68.72% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 134 - color contains mainly: green. Hex color #2B8612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8612 is #D479ED. Grayscale: #5D5D5D. Windows color (decimal): -13924846 or 1213995. OLE color: 1213995.
HSL color Cylindrical-coordinate representation of color #2B8612: hue angle of 107.07º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B8612 is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 134 | 18 | - |
| CMYK | 0.68 | 0 | 0.87 | 0.47 |
| HSL | 107.07º | 0.76% | 0.3% | - |
| HSV(B) | 107.07º | 0.87% | 0.53% | - |
| XYZ | 9.63 | 17.61 | 3.46 | - |
| YUV | 93.57 | 85.35 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 134 | 18 | 0.68 | 0 | 0.87 | 0.47 | 107.07 | 0.76 | 0.3 |
| Hex | 2B | 86 | 12 | 44 | 0 | 57 | 2F | 6B | 4C | 1E |
| Octal | 53 | 206 | 22 | 104 | 0 | 127 | 57 | 153 | 114 | 36 |
| Binary | 101011 | 10000110 | 10010 | 1000100 | 0 | 1010111 | 101111 | 1101011 | 1001100 | 11110 |
Color Harmonies of #2B8612
Complementary color
Monochromatic Colors of #2B8612
Black with #2B8612
Text Example
Text Example
White with #2B8612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8612; }
p { color: rgb(43,134,18); }
H1.HeaderClassName
{
color: #2B8612;
}
.AnyTagClassName
{
color: #2B8612;
}
</style>
background-color css
<style>
a { background-color: #2B8612; }
a { background-color: rgb(43,134,18); }
div.DivClassName
{
background-color: #2B8612;
}
.BgClassName
{
background-color: #2B8612;
}
</style>
border-color css
<style>
span { border-color: #2B8612; }
span { border-color: rgb(43,134,18); }
td.TdClassName
{
border-color: #2B8612;
}
.TagClassName
{
border-color: #2B8612;
}
</style>