Shades of Forest Green #2BA218
Tints of Forest Green #2BA218
RGB
CMYK
RGB Variations
Color information
#2BA218 (or 0x2BA218) is known color: Forest Green. HEX triplet: 2B, A2 and 18. RGB value is (43,162,24). Sum of RGB (Red+Green+Blue) = 43+162+24=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 162 (63.67% from 255 or 70.74% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA218 is #D45DE7. Grayscale: #6F6F6F. Windows color (decimal): -13917672 or 1614379. OLE color: 1614379.
HSL color Cylindrical-coordinate representation of color #2BA218: hue angle of 111.74º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BA218 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 24 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.36 |
| HSL | 111.74º | 0.74% | 0.36% | - |
| HSV(B) | 111.74º | 0.85% | 0.64% | - |
| XYZ | 14.08 | 26.42 | 5.22 | - |
| YUV | 110.69 | 79.08 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 24 | 0.73 | 0 | 0.85 | 0.36 | 111.74 | 0.74 | 0.36 |
| Hex | 2B | A2 | 18 | 49 | 0 | 55 | 24 | 70 | 4A | 24 |
| Octal | 53 | 242 | 30 | 111 | 0 | 125 | 44 | 160 | 112 | 44 |
| Binary | 101011 | 10100010 | 11000 | 1001001 | 0 | 1010101 | 100100 | 1110000 | 1001010 | 100100 |
Color Harmonies of #2BA218
Complementary color
Monochromatic Colors of #2BA218
Black with #2BA218
Text Example
Text Example
White with #2BA218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA218; }
p { color: rgb(43,162,24); }
H1.HeaderClassName
{
color: #2BA218;
}
.AnyTagClassName
{
color: #2BA218;
}
</style>
background-color css
<style>
a { background-color: #2BA218; }
a { background-color: rgb(43,162,24); }
div.DivClassName
{
background-color: #2BA218;
}
.BgClassName
{
background-color: #2BA218;
}
</style>
border-color css
<style>
span { border-color: #2BA218; }
span { border-color: rgb(43,162,24); }
td.TdClassName
{
border-color: #2BA218;
}
.TagClassName
{
border-color: #2BA218;
}
</style>