Shades of Forest Green #2B9C31
Tints of Forest Green #2B9C31
RGB
CMYK
RGB Variations
Color information
#2B9C31 (or 0x2B9C31) is known color: Forest Green. HEX triplet: 2B, 9C and 31. RGB value is (43,156,49). Sum of RGB (Red+Green+Blue) = 43+156+49=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 156 (61.33% from 255 or 62.90% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9C31 is #D463CE. Grayscale: #6E6E6E. Windows color (decimal): -13919183 or 3251243. OLE color: 3251243.
HSL color Cylindrical-coordinate representation of color #2B9C31: hue angle of 123.19º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9C31 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 156 | 49 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.39 |
| HSL | 123.19º | 0.57% | 0.39% | - |
| HSV(B) | 123.19º | 0.72% | 0.61% | - |
| XYZ | 13.44 | 24.51 | 6.93 | - |
| YUV | 110.02 | 93.56 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 156 | 49 | 0.72 | 0 | 0.69 | 0.39 | 123.19 | 0.57 | 0.39 |
| Hex | 2B | 9C | 31 | 48 | 0 | 45 | 27 | 7B | 39 | 27 |
| Octal | 53 | 234 | 61 | 110 | 0 | 105 | 47 | 173 | 71 | 47 |
| Binary | 101011 | 10011100 | 110001 | 1001000 | 0 | 1000101 | 100111 | 1111011 | 111001 | 100111 |
Color Harmonies of #2B9C31
Complementary color
Monochromatic Colors of #2B9C31
Black with #2B9C31
Text Example
Text Example
White with #2B9C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9C31; }
p { color: rgb(43,156,49); }
H1.HeaderClassName
{
color: #2B9C31;
}
.AnyTagClassName
{
color: #2B9C31;
}
</style>
background-color css
<style>
a { background-color: #2B9C31; }
a { background-color: rgb(43,156,49); }
div.DivClassName
{
background-color: #2B9C31;
}
.BgClassName
{
background-color: #2B9C31;
}
</style>
border-color css
<style>
span { border-color: #2B9C31; }
span { border-color: rgb(43,156,49); }
td.TdClassName
{
border-color: #2B9C31;
}
.TagClassName
{
border-color: #2B9C31;
}
</style>