Shades of Forest Green #2B9934
Tints of Forest Green #2B9934
RGB
CMYK
RGB Variations
Color information
#2B9934 (or 0x2B9934) is known color: Forest Green. HEX triplet: 2B, 99 and 34. RGB value is (43,153,52). Sum of RGB (Red+Green+Blue) = 43+153+52=248 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.34% from 248); Green value is 153 (60.16% from 255 or 61.69% from 248); Blue value is 52 (20.70% from 255 or 20.97% from 248); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9934 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9934 is #D466CB. Grayscale: #6C6C6C. Windows color (decimal): -13919948 or 3447083. OLE color: 3447083.
HSL color Cylindrical-coordinate representation of color #2B9934: hue angle of 124.91º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9934 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 43 | 153 | 52 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.4 |
| HSL | 124.91º | 0.56% | 0.38% | - |
| HSV(B) | 124.91º | 0.72% | 0.6% | - |
| XYZ | 13.01 | 23.54 | 7.11 | - |
| YUV | 108.6 | 96.06 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 153 | 52 | 0.72 | 0 | 0.66 | 0.4 | 124.91 | 0.56 | 0.38 |
| Hex | 2B | 99 | 34 | 48 | 0 | 42 | 28 | 7D | 38 | 26 |
| Octal | 53 | 231 | 64 | 110 | 0 | 102 | 50 | 175 | 70 | 46 |
| Binary | 101011 | 10011001 | 110100 | 1001000 | 0 | 1000010 | 101000 | 1111101 | 111000 | 100110 |
Color Harmonies of #2B9934
Complementary color
Monochromatic Colors of #2B9934
Black with #2B9934
Text Example
Text Example
White with #2B9934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9934; }
p { color: rgb(43,153,52); }
H1.HeaderClassName
{
color: #2B9934;
}
.AnyTagClassName
{
color: #2B9934;
}
</style>
background-color css
<style>
a { background-color: #2B9934; }
a { background-color: rgb(43,153,52); }
div.DivClassName
{
background-color: #2B9934;
}
.BgClassName
{
background-color: #2B9934;
}
</style>
border-color css
<style>
span { border-color: #2B9934; }
span { border-color: rgb(43,153,52); }
td.TdClassName
{
border-color: #2B9934;
}
.TagClassName
{
border-color: #2B9934;
}
</style>