Shades of Forest Green #2B861A
Tints of Forest Green #2B861A
RGB
CMYK
RGB Variations
Color information
#2B861A (or 0x2B861A) is known color: Forest Green. HEX triplet: 2B, 86 and 1A. RGB value is (43,134,26). Sum of RGB (Red+Green+Blue) = 43+134+26=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 134 (52.73% from 255 or 66.01% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 134 - color contains mainly: green. Hex color #2B861A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B861A is #D479E5. Grayscale: #5E5E5E. Windows color (decimal): -13924838 or 1738283. OLE color: 1738283.
HSL color Cylindrical-coordinate representation of color #2B861A: hue angle of 110.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B861A is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 134 | 26 | - |
| CMYK | 0.68 | 0 | 0.81 | 0.47 |
| HSL | 110.56º | 0.68% | 0.31% | - |
| HSV(B) | 110.56º | 0.81% | 0.53% | - |
| XYZ | 9.71 | 17.64 | 3.87 | - |
| YUV | 94.48 | 89.35 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 134 | 26 | 0.68 | 0 | 0.81 | 0.47 | 110.56 | 0.68 | 0.31 |
| Hex | 2B | 86 | 1A | 44 | 0 | 51 | 2F | 6F | 44 | 1F |
| Octal | 53 | 206 | 32 | 104 | 0 | 121 | 57 | 157 | 104 | 37 |
| Binary | 101011 | 10000110 | 11010 | 1000100 | 0 | 1010001 | 101111 | 1101111 | 1000100 | 11111 |
Color Harmonies of #2B861A
Complementary color
Monochromatic Colors of #2B861A
Black with #2B861A
Text Example
Text Example
White with #2B861A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B861A; }
p { color: rgb(43,134,26); }
H1.HeaderClassName
{
color: #2B861A;
}
.AnyTagClassName
{
color: #2B861A;
}
</style>
background-color css
<style>
a { background-color: #2B861A; }
a { background-color: rgb(43,134,26); }
div.DivClassName
{
background-color: #2B861A;
}
.BgClassName
{
background-color: #2B861A;
}
</style>
border-color css
<style>
span { border-color: #2B861A; }
span { border-color: rgb(43,134,26); }
td.TdClassName
{
border-color: #2B861A;
}
.TagClassName
{
border-color: #2B861A;
}
</style>