Shades of Forest Green #2B8714
Tints of Forest Green #2B8714
RGB
CMYK
RGB Variations
Color information
#2B8714 (or 0x2B8714) is known color: Forest Green. HEX triplet: 2B, 87 and 14. RGB value is (43,135,20). Sum of RGB (Red+Green+Blue) = 43+135+20=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 135 (53.12% from 255 or 68.18% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 135 - color contains mainly: green. Hex color #2B8714 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8714 is #D478EB. Grayscale: #5E5E5E. Windows color (decimal): -13924588 or 1345323. OLE color: 1345323.
HSL color Cylindrical-coordinate representation of color #2B8714: hue angle of 108º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B8714 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 135 | 20 | - |
| CMYK | 0.68 | 0 | 0.85 | 0.47 |
| HSL | 108º | 0.74% | 0.3% | - |
| HSV(B) | 108º | 0.85% | 0.53% | - |
| XYZ | 9.79 | 17.89 | 3.6 | - |
| YUV | 94.38 | 86.02 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 135 | 20 | 0.68 | 0 | 0.85 | 0.47 | 108 | 0.74 | 0.3 |
| Hex | 2B | 87 | 14 | 44 | 0 | 55 | 2F | 6C | 4A | 1E |
| Octal | 53 | 207 | 24 | 104 | 0 | 125 | 57 | 154 | 112 | 36 |
| Binary | 101011 | 10000111 | 10100 | 1000100 | 0 | 1010101 | 101111 | 1101100 | 1001010 | 11110 |
Color Harmonies of #2B8714
Complementary color
Monochromatic Colors of #2B8714
Black with #2B8714
Text Example
Text Example
White with #2B8714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8714; }
p { color: rgb(43,135,20); }
H1.HeaderClassName
{
color: #2B8714;
}
.AnyTagClassName
{
color: #2B8714;
}
</style>
background-color css
<style>
a { background-color: #2B8714; }
a { background-color: rgb(43,135,20); }
div.DivClassName
{
background-color: #2B8714;
}
.BgClassName
{
background-color: #2B8714;
}
</style>
border-color css
<style>
span { border-color: #2B8714; }
span { border-color: rgb(43,135,20); }
td.TdClassName
{
border-color: #2B8714;
}
.TagClassName
{
border-color: #2B8714;
}
</style>