Shades of Forest Green #2BA413
Tints of Forest Green #2BA413
RGB
CMYK
RGB Variations
Color information
#2BA413 (or 0x2BA413) is known color: Forest Green. HEX triplet: 2B, A4 and 13. RGB value is (43,164,19). Sum of RGB (Red+Green+Blue) = 43+164+19=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 164 (64.45% from 255 or 72.57% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 164 - color contains mainly: green. Hex color #2BA413 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BA413 is #D45BEC. Grayscale: #6F6F6F. Windows color (decimal): -13917165 or 1287211. OLE color: 1287211.
HSL color Cylindrical-coordinate representation of color #2BA413: hue angle of 110.07º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2BA413 is Cyan = 0.74, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 164 | 19 | - |
| CMYK | 0.74 | 0 | 0.88 | 0.36 |
| HSL | 110.07º | 0.79% | 0.36% | - |
| HSV(B) | 110.07º | 0.88% | 0.64% | - |
| XYZ | 14.39 | 27.11 | 5.09 | - |
| YUV | 111.29 | 75.91 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 164 | 19 | 0.74 | 0 | 0.88 | 0.36 | 110.07 | 0.79 | 0.36 |
| Hex | 2B | A4 | 13 | 4A | 0 | 58 | 24 | 6E | 4F | 24 |
| Octal | 53 | 244 | 23 | 112 | 0 | 130 | 44 | 156 | 117 | 44 |
| Binary | 101011 | 10100100 | 10011 | 1001010 | 0 | 1011000 | 100100 | 1101110 | 1001111 | 100100 |
Color Harmonies of #2BA413
Complementary color
Monochromatic Colors of #2BA413
Black with #2BA413
Text Example
Text Example
White with #2BA413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA413; }
p { color: rgb(43,164,19); }
H1.HeaderClassName
{
color: #2BA413;
}
.AnyTagClassName
{
color: #2BA413;
}
</style>
background-color css
<style>
a { background-color: #2BA413; }
a { background-color: rgb(43,164,19); }
div.DivClassName
{
background-color: #2BA413;
}
.BgClassName
{
background-color: #2BA413;
}
</style>
border-color css
<style>
span { border-color: #2BA413; }
span { border-color: rgb(43,164,19); }
td.TdClassName
{
border-color: #2BA413;
}
.TagClassName
{
border-color: #2BA413;
}
</style>