Shades of Forest Green #2BA933
Tints of Forest Green #2BA933
RGB
CMYK
RGB Variations
Color information
#2BA933 (or 0x2BA933) is known color: Forest Green. HEX triplet: 2B, A9 and 33. RGB value is (43,169,51). Sum of RGB (Red+Green+Blue) = 43+169+51=263 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.35% from 263); Green value is 169 (66.41% from 255 or 64.26% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 169 - color contains mainly: green. Hex color #2BA933 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA933 is #D456CC. Grayscale: #767676. Windows color (decimal): -13915853 or 3385643. OLE color: 3385643.
HSL color Cylindrical-coordinate representation of color #2BA933: hue angle of 123.81º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BA933 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 169 | 51 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.34 |
| HSL | 123.81º | 0.59% | 0.42% | - |
| HSV(B) | 123.81º | 0.75% | 0.66% | - |
| XYZ | 15.78 | 29.13 | 7.92 | - |
| YUV | 117.87 | 90.26 | 74.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 51 | 0.75 | 0 | 0.70 | 0.34 | 123.81 | 0.59 | 0.42 |
| Hex | 2B | A9 | 33 | 4B | 0 | 46 | 22 | 7C | 3B | 2A |
| Octal | 53 | 251 | 63 | 113 | 0 | 106 | 42 | 174 | 73 | 52 |
| Binary | 101011 | 10101001 | 110011 | 1001011 | 0 | 1000110 | 100010 | 1111100 | 111011 | 101010 |
Color Harmonies of #2BA933
Complementary color
Monochromatic Colors of #2BA933
Black with #2BA933
Text Example
Text Example
White with #2BA933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA933; }
p { color: rgb(43,169,51); }
H1.HeaderClassName
{
color: #2BA933;
}
.AnyTagClassName
{
color: #2BA933;
}
</style>
background-color css
<style>
a { background-color: #2BA933; }
a { background-color: rgb(43,169,51); }
div.DivClassName
{
background-color: #2BA933;
}
.BgClassName
{
background-color: #2BA933;
}
</style>
border-color css
<style>
span { border-color: #2BA933; }
span { border-color: rgb(43,169,51); }
td.TdClassName
{
border-color: #2BA933;
}
.TagClassName
{
border-color: #2BA933;
}
</style>