Shades of Forest Green #2B9E31
Tints of Forest Green #2B9E31
RGB
CMYK
RGB Variations
Color information
#2B9E31 (or 0x2B9E31) is known color: Forest Green. HEX triplet: 2B, 9E and 31. RGB value is (43,158,49). Sum of RGB (Red+Green+Blue) = 43+158+49=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 158 (62.11% from 255 or 63.2% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9E31 is #D461CE. Grayscale: #6F6F6F. Windows color (decimal): -13918671 or 3251755. OLE color: 3251755.
HSL color Cylindrical-coordinate representation of color #2B9E31: hue angle of 123.13º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9E31 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 158 | 49 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.38 |
| HSL | 123.13º | 0.57% | 0.39% | - |
| HSV(B) | 123.13º | 0.73% | 0.62% | - |
| XYZ | 13.78 | 25.19 | 7.04 | - |
| YUV | 111.19 | 92.9 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 49 | 0.73 | 0 | 0.69 | 0.38 | 123.13 | 0.57 | 0.39 |
| Hex | 2B | 9E | 31 | 49 | 0 | 45 | 26 | 7B | 39 | 27 |
| Octal | 53 | 236 | 61 | 111 | 0 | 105 | 46 | 173 | 71 | 47 |
| Binary | 101011 | 10011110 | 110001 | 1001001 | 0 | 1000101 | 100110 | 1111011 | 111001 | 100111 |
Color Harmonies of #2B9E31
Complementary color
Monochromatic Colors of #2B9E31
Black with #2B9E31
Text Example
Text Example
White with #2B9E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9E31; }
p { color: rgb(43,158,49); }
H1.HeaderClassName
{
color: #2B9E31;
}
.AnyTagClassName
{
color: #2B9E31;
}
</style>
background-color css
<style>
a { background-color: #2B9E31; }
a { background-color: rgb(43,158,49); }
div.DivClassName
{
background-color: #2B9E31;
}
.BgClassName
{
background-color: #2B9E31;
}
</style>
border-color css
<style>
span { border-color: #2B9E31; }
span { border-color: rgb(43,158,49); }
td.TdClassName
{
border-color: #2B9E31;
}
.TagClassName
{
border-color: #2B9E31;
}
</style>