Shades of Forest Green #2B8214
Tints of Forest Green #2B8214
RGB
CMYK
RGB Variations
Color information
#2B8214 (or 0x2B8214) is known color: Forest Green. HEX triplet: 2B, 82 and 14. RGB value is (43,130,20). Sum of RGB (Red+Green+Blue) = 43+130+20=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 130 (51.17% from 255 or 67.36% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 130 - color contains mainly: green. Hex color #2B8214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B8214 is #D47DEB. Grayscale: #5B5B5B. Windows color (decimal): -13925868 or 1344043. OLE color: 1344043.
HSL color Cylindrical-coordinate representation of color #2B8214: hue angle of 107.45º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B8214 is Cyan = 0.67, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 43 | 130 | 20 | - |
| CMYK | 0.67 | 0 | 0.85 | 0.49 |
| HSL | 107.45º | 0.73% | 0.29% | - |
| HSV(B) | 107.45º | 0.85% | 0.51% | - |
| XYZ | 9.11 | 16.53 | 3.37 | - |
| YUV | 91.45 | 87.68 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 130 | 20 | 0.67 | 0 | 0.85 | 0.49 | 107.45 | 0.73 | 0.29 |
| Hex | 2B | 82 | 14 | 43 | 0 | 55 | 31 | 6B | 49 | 1D |
| Octal | 53 | 202 | 24 | 103 | 0 | 125 | 61 | 153 | 111 | 35 |
| Binary | 101011 | 10000010 | 10100 | 1000011 | 0 | 1010101 | 110001 | 1101011 | 1001001 | 11101 |
Color Harmonies of #2B8214
Complementary color
Monochromatic Colors of #2B8214
Black with #2B8214
Text Example
Text Example
White with #2B8214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B8214; }
p { color: rgb(43,130,20); }
H1.HeaderClassName
{
color: #2B8214;
}
.AnyTagClassName
{
color: #2B8214;
}
</style>
background-color css
<style>
a { background-color: #2B8214; }
a { background-color: rgb(43,130,20); }
div.DivClassName
{
background-color: #2B8214;
}
.BgClassName
{
background-color: #2B8214;
}
</style>
border-color css
<style>
span { border-color: #2B8214; }
span { border-color: rgb(43,130,20); }
td.TdClassName
{
border-color: #2B8214;
}
.TagClassName
{
border-color: #2B8214;
}
</style>