Shades of Forest Green #2B9033
Tints of Forest Green #2B9033
RGB
CMYK
RGB Variations
Color information
#2B9033 (or 0x2B9033) is known color: Forest Green. HEX triplet: 2B, 90 and 33. RGB value is (43,144,51). Sum of RGB (Red+Green+Blue) = 43+144+51=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 144 (56.64% from 255 or 60.50% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 144 - color contains mainly: green. Hex color #2B9033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9033 is #D46FCC. Grayscale: #676767. Windows color (decimal): -13922253 or 3379243. OLE color: 3379243.
HSL color Cylindrical-coordinate representation of color #2B9033: hue angle of 124.75º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B9033 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 144 | 51 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.44 |
| HSL | 124.75º | 0.54% | 0.37% | - |
| HSV(B) | 124.75º | 0.7% | 0.56% | - |
| XYZ | 11.57 | 20.7 | 6.52 | - |
| YUV | 103.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 144 | 51 | 0.70 | 0 | 0.65 | 0.44 | 124.75 | 0.54 | 0.37 |
| Hex | 2B | 90 | 33 | 46 | 0 | 41 | 2C | 7D | 36 | 25 |
| Octal | 53 | 220 | 63 | 106 | 0 | 101 | 54 | 175 | 66 | 45 |
| Binary | 101011 | 10010000 | 110011 | 1000110 | 0 | 1000001 | 101100 | 1111101 | 110110 | 100101 |
Color Harmonies of #2B9033
Complementary color
Monochromatic Colors of #2B9033
Black with #2B9033
Text Example
Text Example
White with #2B9033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9033; }
p { color: rgb(43,144,51); }
H1.HeaderClassName
{
color: #2B9033;
}
.AnyTagClassName
{
color: #2B9033;
}
</style>
background-color css
<style>
a { background-color: #2B9033; }
a { background-color: rgb(43,144,51); }
div.DivClassName
{
background-color: #2B9033;
}
.BgClassName
{
background-color: #2B9033;
}
</style>
border-color css
<style>
span { border-color: #2B9033; }
span { border-color: rgb(43,144,51); }
td.TdClassName
{
border-color: #2B9033;
}
.TagClassName
{
border-color: #2B9033;
}
</style>