Shades of Forest Green #2B9433
Tints of Forest Green #2B9433
RGB
CMYK
RGB Variations
Color information
#2B9433 (or 0x2B9433) is known color: Forest Green. HEX triplet: 2B, 94 and 33. RGB value is (43,148,51). Sum of RGB (Red+Green+Blue) = 43+148+51=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 148 (58.20% from 255 or 61.16% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 148 - color contains mainly: green. Hex color #2B9433 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9433 is #D46BCC. Grayscale: #696969. Windows color (decimal): -13921229 or 3380267. OLE color: 3380267.
HSL color Cylindrical-coordinate representation of color #2B9433: hue angle of 124.57º 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 #2B9433 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 148 | 51 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.42 |
| HSL | 124.57º | 0.55% | 0.37% | - |
| HSV(B) | 124.57º | 0.71% | 0.58% | - |
| XYZ | 12.18 | 21.93 | 6.72 | - |
| YUV | 105.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 148 | 51 | 0.71 | 0 | 0.66 | 0.42 | 124.57 | 0.55 | 0.37 |
| Hex | 2B | 94 | 33 | 47 | 0 | 42 | 2A | 7D | 37 | 25 |
| Octal | 53 | 224 | 63 | 107 | 0 | 102 | 52 | 175 | 67 | 45 |
| Binary | 101011 | 10010100 | 110011 | 1000111 | 0 | 1000010 | 101010 | 1111101 | 110111 | 100101 |
Color Harmonies of #2B9433
Complementary color
Monochromatic Colors of #2B9433
Black with #2B9433
Text Example
Text Example
White with #2B9433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9433; }
p { color: rgb(43,148,51); }
H1.HeaderClassName
{
color: #2B9433;
}
.AnyTagClassName
{
color: #2B9433;
}
</style>
background-color css
<style>
a { background-color: #2B9433; }
a { background-color: rgb(43,148,51); }
div.DivClassName
{
background-color: #2B9433;
}
.BgClassName
{
background-color: #2B9433;
}
</style>
border-color css
<style>
span { border-color: #2B9433; }
span { border-color: rgb(43,148,51); }
td.TdClassName
{
border-color: #2B9433;
}
.TagClassName
{
border-color: #2B9433;
}
</style>