Shades of Forest Green #2B9C32
Tints of Forest Green #2B9C32
RGB
CMYK
RGB Variations
Color information
#2B9C32 (or 0x2B9C32) is known color: Forest Green. HEX triplet: 2B, 9C and 32. RGB value is (43,156,50). Sum of RGB (Red+Green+Blue) = 43+156+50=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 156 (61.33% from 255 or 62.65% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9C32 is #D463CD. Grayscale: #6E6E6E. Windows color (decimal): -13919182 or 3316779. OLE color: 3316779.
HSL color Cylindrical-coordinate representation of color #2B9C32: hue angle of 123.72º 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 #2B9C32 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 43 | 156 | 50 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.39 |
| HSL | 123.72º | 0.57% | 0.39% | - |
| HSV(B) | 123.72º | 0.72% | 0.61% | - |
| XYZ | 13.46 | 24.52 | 7.04 | - |
| YUV | 110.13 | 94.06 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 156 | 50 | 0.72 | 0 | 0.68 | 0.39 | 123.72 | 0.57 | 0.39 |
| Hex | 2B | 9C | 32 | 48 | 0 | 44 | 27 | 7C | 39 | 27 |
| Octal | 53 | 234 | 62 | 110 | 0 | 104 | 47 | 174 | 71 | 47 |
| Binary | 101011 | 10011100 | 110010 | 1001000 | 0 | 1000100 | 100111 | 1111100 | 111001 | 100111 |
Color Harmonies of #2B9C32
Complementary color
Monochromatic Colors of #2B9C32
Black with #2B9C32
Text Example
Text Example
White with #2B9C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9C32; }
p { color: rgb(43,156,50); }
H1.HeaderClassName
{
color: #2B9C32;
}
.AnyTagClassName
{
color: #2B9C32;
}
</style>
background-color css
<style>
a { background-color: #2B9C32; }
a { background-color: rgb(43,156,50); }
div.DivClassName
{
background-color: #2B9C32;
}
.BgClassName
{
background-color: #2B9C32;
}
</style>
border-color css
<style>
span { border-color: #2B9C32; }
span { border-color: rgb(43,156,50); }
td.TdClassName
{
border-color: #2B9C32;
}
.TagClassName
{
border-color: #2B9C32;
}
</style>