Shades of Forest Green #2B910C
Tints of Forest Green #2B910C
RGB
CMYK
RGB Variations
Color information
#2B910C (or 0x2B910C) is known color: Forest Green. HEX triplet: 2B, 91 and 0C. RGB value is (43,145,12). Sum of RGB (Red+Green+Blue) = 43+145+12=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 145 (57.03% from 255 or 72.5% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 145 - color contains mainly: green. Hex color #2B910C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B910C is #D46EF3. Grayscale: #636363. Windows color (decimal): -13922036 or 823595. OLE color: 823595.
HSL color Cylindrical-coordinate representation of color #2B910C: hue angle of 106.02º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B910C is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 145 | 12 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.43 |
| HSL | 106.02º | 0.85% | 0.31% | - |
| HSV(B) | 106.02º | 0.92% | 0.57% | - |
| XYZ | 11.19 | 20.79 | 3.77 | - |
| YUV | 99.34 | 78.71 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 12 | 0.70 | 0 | 0.92 | 0.43 | 106.02 | 0.85 | 0.31 |
| Hex | 2B | 91 | C | 46 | 0 | 5C | 2B | 6A | 55 | 1F |
| Octal | 53 | 221 | 14 | 106 | 0 | 134 | 53 | 152 | 125 | 37 |
| Binary | 101011 | 10010001 | 1100 | 1000110 | 0 | 1011100 | 101011 | 1101010 | 1010101 | 11111 |
Color Harmonies of #2B910C
Complementary color
Monochromatic Colors of #2B910C
Black with #2B910C
Text Example
Text Example
White with #2B910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B910C; }
p { color: rgb(43,145,12); }
H1.HeaderClassName
{
color: #2B910C;
}
.AnyTagClassName
{
color: #2B910C;
}
</style>
background-color css
<style>
a { background-color: #2B910C; }
a { background-color: rgb(43,145,12); }
div.DivClassName
{
background-color: #2B910C;
}
.BgClassName
{
background-color: #2B910C;
}
</style>
border-color css
<style>
span { border-color: #2B910C; }
span { border-color: rgb(43,145,12); }
td.TdClassName
{
border-color: #2B910C;
}
.TagClassName
{
border-color: #2B910C;
}
</style>