Shades of Forest Green #2BA519
Tints of Forest Green #2BA519
RGB
CMYK
RGB Variations
Color information
#2BA519 (or 0x2BA519) is known color: Forest Green. HEX triplet: 2B, A5 and 19. RGB value is (43,165,25). Sum of RGB (Red+Green+Blue) = 43+165+25=233 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.45% from 233); Green value is 165 (64.84% from 255 or 70.82% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA519 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA519 is #D45AE6. Grayscale: #717171. Windows color (decimal): -13916903 or 1680683. OLE color: 1680683.
HSL color Cylindrical-coordinate representation of color #2BA519: hue angle of 112.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BA519 is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 165 | 25 | - |
| CMYK | 0.74 | 0 | 0.85 | 0.35 |
| HSL | 112.29º | 0.74% | 0.37% | - |
| HSV(B) | 112.29º | 0.85% | 0.65% | - |
| XYZ | 14.63 | 27.49 | 5.46 | - |
| YUV | 112.56 | 78.58 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 165 | 25 | 0.74 | 0 | 0.85 | 0.35 | 112.29 | 0.74 | 0.37 |
| Hex | 2B | A5 | 19 | 4A | 0 | 55 | 23 | 70 | 4A | 25 |
| Octal | 53 | 245 | 31 | 112 | 0 | 125 | 43 | 160 | 112 | 45 |
| Binary | 101011 | 10100101 | 11001 | 1001010 | 0 | 1010101 | 100011 | 1110000 | 1001010 | 100101 |
Color Harmonies of #2BA519
Complementary color
Monochromatic Colors of #2BA519
Black with #2BA519
Text Example
Text Example
White with #2BA519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA519; }
p { color: rgb(43,165,25); }
H1.HeaderClassName
{
color: #2BA519;
}
.AnyTagClassName
{
color: #2BA519;
}
</style>
background-color css
<style>
a { background-color: #2BA519; }
a { background-color: rgb(43,165,25); }
div.DivClassName
{
background-color: #2BA519;
}
.BgClassName
{
background-color: #2BA519;
}
</style>
border-color css
<style>
span { border-color: #2BA519; }
span { border-color: rgb(43,165,25); }
td.TdClassName
{
border-color: #2BA519;
}
.TagClassName
{
border-color: #2BA519;
}
</style>