Shades of Forest Green #2BA133
Tints of Forest Green #2BA133
RGB
CMYK
RGB Variations
Color information
#2BA133 (or 0x2BA133) is known color: Forest Green. HEX triplet: 2B, A1 and 33. RGB value is (43,161,51). Sum of RGB (Red+Green+Blue) = 43+161+51=255 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.86% from 255); Green value is 161 (63.28% from 255 or 63.14% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2BA133 is #D45ECC. Grayscale: #717171. Windows color (decimal): -13917901 or 3383595. OLE color: 3383595.
HSL color Cylindrical-coordinate representation of color #2BA133: hue angle of 124.07º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA133 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 51 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.37 |
| HSL | 124.07º | 0.58% | 0.4% | - |
| HSV(B) | 124.07º | 0.73% | 0.63% | - |
| XYZ | 14.34 | 26.24 | 7.44 | - |
| YUV | 113.18 | 92.91 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 51 | 0.73 | 0 | 0.68 | 0.37 | 124.07 | 0.58 | 0.4 |
| Hex | 2B | A1 | 33 | 49 | 0 | 44 | 25 | 7C | 3A | 28 |
| Octal | 53 | 241 | 63 | 111 | 0 | 104 | 45 | 174 | 72 | 50 |
| Binary | 101011 | 10100001 | 110011 | 1001001 | 0 | 1000100 | 100101 | 1111100 | 111010 | 101000 |
Color Harmonies of #2BA133
Complementary color
Monochromatic Colors of #2BA133
Black with #2BA133
Text Example
Text Example
White with #2BA133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA133; }
p { color: rgb(43,161,51); }
H1.HeaderClassName
{
color: #2BA133;
}
.AnyTagClassName
{
color: #2BA133;
}
</style>
background-color css
<style>
a { background-color: #2BA133; }
a { background-color: rgb(43,161,51); }
div.DivClassName
{
background-color: #2BA133;
}
.BgClassName
{
background-color: #2BA133;
}
</style>
border-color css
<style>
span { border-color: #2BA133; }
span { border-color: rgb(43,161,51); }
td.TdClassName
{
border-color: #2BA133;
}
.TagClassName
{
border-color: #2BA133;
}
</style>