Shades of Forest Green #2B910F
Tints of Forest Green #2B910F
RGB
CMYK
RGB Variations
Color information
#2B910F (or 0x2B910F) is known color: Forest Green. HEX triplet: 2B, 91 and 0F. RGB value is (43,145,15). Sum of RGB (Red+Green+Blue) = 43+145+15=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 145 (57.03% from 255 or 71.43% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 145 - color contains mainly: green. Hex color #2B910F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B910F is #D46EF0. Grayscale: #646464. Windows color (decimal): -13922033 or 1020203. OLE color: 1020203.
HSL color Cylindrical-coordinate representation of color #2B910F: hue angle of 107.08º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B910F is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 145 | 15 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.43 |
| HSL | 107.08º | 0.81% | 0.31% | - |
| HSV(B) | 107.08º | 0.9% | 0.57% | - |
| XYZ | 11.21 | 20.8 | 3.88 | - |
| YUV | 99.68 | 80.21 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 15 | 0.70 | 0 | 0.90 | 0.43 | 107.08 | 0.81 | 0.31 |
| Hex | 2B | 91 | F | 46 | 0 | 5A | 2B | 6B | 51 | 1F |
| Octal | 53 | 221 | 17 | 106 | 0 | 132 | 53 | 153 | 121 | 37 |
| Binary | 101011 | 10010001 | 1111 | 1000110 | 0 | 1011010 | 101011 | 1101011 | 1010001 | 11111 |
Color Harmonies of #2B910F
Complementary color
Monochromatic Colors of #2B910F
Black with #2B910F
Text Example
Text Example
White with #2B910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B910F; }
p { color: rgb(43,145,15); }
H1.HeaderClassName
{
color: #2B910F;
}
.AnyTagClassName
{
color: #2B910F;
}
</style>
background-color css
<style>
a { background-color: #2B910F; }
a { background-color: rgb(43,145,15); }
div.DivClassName
{
background-color: #2B910F;
}
.BgClassName
{
background-color: #2B910F;
}
</style>
border-color css
<style>
span { border-color: #2B910F; }
span { border-color: rgb(43,145,15); }
td.TdClassName
{
border-color: #2B910F;
}
.TagClassName
{
border-color: #2B910F;
}
</style>