Shades of Forest Green #2BA219
Tints of Forest Green #2BA219
RGB
CMYK
RGB Variations
Color information
#2BA219 (or 0x2BA219) is known color: Forest Green. HEX triplet: 2B, A2 and 19. RGB value is (43,162,25). Sum of RGB (Red+Green+Blue) = 43+162+25=230 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.70% from 230); Green value is 162 (63.67% from 255 or 70.43% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 162 - color contains mainly: green. Hex color #2BA219 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA219 is #D45DE6. Grayscale: #6F6F6F. Windows color (decimal): -13917671 or 1679915. OLE color: 1679915.
HSL color Cylindrical-coordinate representation of color #2BA219: hue angle of 112.12º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BA219 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 162 | 25 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.36 |
| HSL | 112.12º | 0.73% | 0.37% | - |
| HSV(B) | 112.12º | 0.85% | 0.64% | - |
| XYZ | 14.09 | 26.42 | 5.28 | - |
| YUV | 110.8 | 79.58 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 162 | 25 | 0.73 | 0 | 0.85 | 0.36 | 112.12 | 0.73 | 0.37 |
| Hex | 2B | A2 | 19 | 49 | 0 | 55 | 24 | 70 | 49 | 25 |
| Octal | 53 | 242 | 31 | 111 | 0 | 125 | 44 | 160 | 111 | 45 |
| Binary | 101011 | 10100010 | 11001 | 1001001 | 0 | 1010101 | 100100 | 1110000 | 1001001 | 100101 |
Color Harmonies of #2BA219
Complementary color
Monochromatic Colors of #2BA219
Black with #2BA219
Text Example
Text Example
White with #2BA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA219; }
p { color: rgb(43,162,25); }
H1.HeaderClassName
{
color: #2BA219;
}
.AnyTagClassName
{
color: #2BA219;
}
</style>
background-color css
<style>
a { background-color: #2BA219; }
a { background-color: rgb(43,162,25); }
div.DivClassName
{
background-color: #2BA219;
}
.BgClassName
{
background-color: #2BA219;
}
</style>
border-color css
<style>
span { border-color: #2BA219; }
span { border-color: rgb(43,162,25); }
td.TdClassName
{
border-color: #2BA219;
}
.TagClassName
{
border-color: #2BA219;
}
</style>