Shades of Forest Green #2BAA19
Tints of Forest Green #2BAA19
RGB
CMYK
RGB Variations
Color information
#2BAA19 (or 0x2BAA19) is known color: Forest Green. HEX triplet: 2B, AA and 19. RGB value is (43,170,25). Sum of RGB (Red+Green+Blue) = 43+170+25=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 170 (66.80% from 255 or 71.43% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 170 - color contains mainly: green. Hex color #2BAA19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAA19 is #D455E6. Grayscale: #737373. Windows color (decimal): -13915623 or 1681963. OLE color: 1681963.
HSL color Cylindrical-coordinate representation of color #2BAA19: hue angle of 112.55º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2BAA19 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 170 | 25 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.33 |
| HSL | 112.55º | 0.74% | 0.38% | - |
| HSV(B) | 112.55º | 0.85% | 0.67% | - |
| XYZ | 15.55 | 29.33 | 5.76 | - |
| YUV | 115.5 | 76.92 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 25 | 0.75 | 0 | 0.85 | 0.33 | 112.55 | 0.74 | 0.38 |
| Hex | 2B | AA | 19 | 4B | 0 | 55 | 21 | 71 | 4A | 26 |
| Octal | 53 | 252 | 31 | 113 | 0 | 125 | 41 | 161 | 112 | 46 |
| Binary | 101011 | 10101010 | 11001 | 1001011 | 0 | 1010101 | 100001 | 1110001 | 1001010 | 100110 |
Color Harmonies of #2BAA19
Complementary color
Monochromatic Colors of #2BAA19
Black with #2BAA19
Text Example
Text Example
White with #2BAA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAA19; }
p { color: rgb(43,170,25); }
H1.HeaderClassName
{
color: #2BAA19;
}
.AnyTagClassName
{
color: #2BAA19;
}
</style>
background-color css
<style>
a { background-color: #2BAA19; }
a { background-color: rgb(43,170,25); }
div.DivClassName
{
background-color: #2BAA19;
}
.BgClassName
{
background-color: #2BAA19;
}
</style>
border-color css
<style>
span { border-color: #2BAA19; }
span { border-color: rgb(43,170,25); }
td.TdClassName
{
border-color: #2BAA19;
}
.TagClassName
{
border-color: #2BAA19;
}
</style>