Shades of Forest Green #2B9D32
Tints of Forest Green #2B9D32
RGB
CMYK
RGB Variations
Color information
#2B9D32 (or 0x2B9D32) is known color: Forest Green. HEX triplet: 2B, 9D and 32. RGB value is (43,157,50). Sum of RGB (Red+Green+Blue) = 43+157+50=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 157 (61.72% from 255 or 62.8% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9D32 is #D462CD. Grayscale: #6F6F6F. Windows color (decimal): -13918926 or 3317035. OLE color: 3317035.
HSL color Cylindrical-coordinate representation of color #2B9D32: hue angle of 123.68º 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 #2B9D32 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 157 | 50 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.38 |
| HSL | 123.68º | 0.57% | 0.39% | - |
| HSV(B) | 123.68º | 0.73% | 0.62% | - |
| XYZ | 13.63 | 24.86 | 7.1 | - |
| YUV | 110.72 | 93.73 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 50 | 0.73 | 0 | 0.68 | 0.38 | 123.68 | 0.57 | 0.39 |
| Hex | 2B | 9D | 32 | 49 | 0 | 44 | 26 | 7C | 39 | 27 |
| Octal | 53 | 235 | 62 | 111 | 0 | 104 | 46 | 174 | 71 | 47 |
| Binary | 101011 | 10011101 | 110010 | 1001001 | 0 | 1000100 | 100110 | 1111100 | 111001 | 100111 |
Color Harmonies of #2B9D32
Complementary color
Monochromatic Colors of #2B9D32
Black with #2B9D32
Text Example
Text Example
White with #2B9D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9D32; }
p { color: rgb(43,157,50); }
H1.HeaderClassName
{
color: #2B9D32;
}
.AnyTagClassName
{
color: #2B9D32;
}
</style>
background-color css
<style>
a { background-color: #2B9D32; }
a { background-color: rgb(43,157,50); }
div.DivClassName
{
background-color: #2B9D32;
}
.BgClassName
{
background-color: #2B9D32;
}
</style>
border-color css
<style>
span { border-color: #2B9D32; }
span { border-color: rgb(43,157,50); }
td.TdClassName
{
border-color: #2B9D32;
}
.TagClassName
{
border-color: #2B9D32;
}
</style>