Shades of Forest Green #2B911A
Tints of Forest Green #2B911A
RGB
CMYK
RGB Variations
Color information
#2B911A (or 0x2B911A) is known color: Forest Green. HEX triplet: 2B, 91 and 1A. RGB value is (43,145,26). Sum of RGB (Red+Green+Blue) = 43+145+26=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 145 (57.03% from 255 or 67.76% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 145 - color contains mainly: green. Hex color #2B911A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B911A is #D46EE5. Grayscale: #656565. Windows color (decimal): -13922022 or 1741099. OLE color: 1741099.
HSL color Cylindrical-coordinate representation of color #2B911A: hue angle of 111.43º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B911A is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 145 | 26 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.43 |
| HSL | 111.43º | 0.7% | 0.34% | - |
| HSV(B) | 111.43º | 0.82% | 0.57% | - |
| XYZ | 11.31 | 20.84 | 4.4 | - |
| YUV | 100.94 | 85.71 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 26 | 0.70 | 0 | 0.82 | 0.43 | 111.43 | 0.7 | 0.34 |
| Hex | 2B | 91 | 1A | 46 | 0 | 52 | 2B | 6F | 46 | 22 |
| Octal | 53 | 221 | 32 | 106 | 0 | 122 | 53 | 157 | 106 | 42 |
| Binary | 101011 | 10010001 | 11010 | 1000110 | 0 | 1010010 | 101011 | 1101111 | 1000110 | 100010 |
Color Harmonies of #2B911A
Complementary color
Monochromatic Colors of #2B911A
Black with #2B911A
Text Example
Text Example
White with #2B911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B911A; }
p { color: rgb(43,145,26); }
H1.HeaderClassName
{
color: #2B911A;
}
.AnyTagClassName
{
color: #2B911A;
}
</style>
background-color css
<style>
a { background-color: #2B911A; }
a { background-color: rgb(43,145,26); }
div.DivClassName
{
background-color: #2B911A;
}
.BgClassName
{
background-color: #2B911A;
}
</style>
border-color css
<style>
span { border-color: #2B911A; }
span { border-color: rgb(43,145,26); }
td.TdClassName
{
border-color: #2B911A;
}
.TagClassName
{
border-color: #2B911A;
}
</style>