Shades of Forest Green #2B9333
Tints of Forest Green #2B9333
RGB
CMYK
RGB Variations
Color information
#2B9333 (or 0x2B9333) is known color: Forest Green. HEX triplet: 2B, 93 and 33. RGB value is (43,147,51). Sum of RGB (Red+Green+Blue) = 43+147+51=241 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.84% from 241); Green value is 147 (57.81% from 255 or 61.00% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 147 - color contains mainly: green. Hex color #2B9333 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9333 is #D46CCC. Grayscale: #696969. Windows color (decimal): -13921485 or 3380011. OLE color: 3380011.
HSL color Cylindrical-coordinate representation of color #2B9333: hue angle of 124.62º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9333 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 147 | 51 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.42 |
| HSL | 124.62º | 0.55% | 0.37% | - |
| HSV(B) | 124.62º | 0.71% | 0.58% | - |
| XYZ | 12.03 | 21.62 | 6.67 | - |
| YUV | 104.96 | 97.54 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 147 | 51 | 0.71 | 0 | 0.65 | 0.42 | 124.62 | 0.55 | 0.37 |
| Hex | 2B | 93 | 33 | 47 | 0 | 41 | 2A | 7D | 37 | 25 |
| Octal | 53 | 223 | 63 | 107 | 0 | 101 | 52 | 175 | 67 | 45 |
| Binary | 101011 | 10010011 | 110011 | 1000111 | 0 | 1000001 | 101010 | 1111101 | 110111 | 100101 |
Color Harmonies of #2B9333
Complementary color
Monochromatic Colors of #2B9333
Black with #2B9333
Text Example
Text Example
White with #2B9333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9333; }
p { color: rgb(43,147,51); }
H1.HeaderClassName
{
color: #2B9333;
}
.AnyTagClassName
{
color: #2B9333;
}
</style>
background-color css
<style>
a { background-color: #2B9333; }
a { background-color: rgb(43,147,51); }
div.DivClassName
{
background-color: #2B9333;
}
.BgClassName
{
background-color: #2B9333;
}
</style>
border-color css
<style>
span { border-color: #2B9333; }
span { border-color: rgb(43,147,51); }
td.TdClassName
{
border-color: #2B9333;
}
.TagClassName
{
border-color: #2B9333;
}
</style>