Shades of Forest Green #2BAE19
Tints of Forest Green #2BAE19
RGB
CMYK
RGB Variations
Color information
#2BAE19 (or 0x2BAE19) is known color: Forest Green. HEX triplet: 2B, AE and 19. RGB value is (43,174,25). Sum of RGB (Red+Green+Blue) = 43+174+25=242 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.77% from 242); Green value is 174 (68.36% from 255 or 71.90% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAE19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAE19 is #D451E6. Grayscale: #767676. Windows color (decimal): -13914599 or 1682987. OLE color: 1682987.
HSL color Cylindrical-coordinate representation of color #2BAE19: hue angle of 112.75º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BAE19 is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 174 | 25 | - |
| CMYK | 0.75 | 0 | 0.86 | 0.32 |
| HSL | 112.75º | 0.75% | 0.39% | - |
| HSV(B) | 112.75º | 0.86% | 0.68% | - |
| XYZ | 16.31 | 30.86 | 6.02 | - |
| YUV | 117.85 | 75.6 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 25 | 0.75 | 0 | 0.86 | 0.32 | 112.75 | 0.75 | 0.39 |
| Hex | 2B | AE | 19 | 4B | 0 | 56 | 20 | 71 | 4B | 27 |
| Octal | 53 | 256 | 31 | 113 | 0 | 126 | 40 | 161 | 113 | 47 |
| Binary | 101011 | 10101110 | 11001 | 1001011 | 0 | 1010110 | 100000 | 1110001 | 1001011 | 100111 |
Color Harmonies of #2BAE19
Complementary color
Monochromatic Colors of #2BAE19
Black with #2BAE19
Text Example
Text Example
White with #2BAE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAE19; }
p { color: rgb(43,174,25); }
H1.HeaderClassName
{
color: #2BAE19;
}
.AnyTagClassName
{
color: #2BAE19;
}
</style>
background-color css
<style>
a { background-color: #2BAE19; }
a { background-color: rgb(43,174,25); }
div.DivClassName
{
background-color: #2BAE19;
}
.BgClassName
{
background-color: #2BAE19;
}
</style>
border-color css
<style>
span { border-color: #2BAE19; }
span { border-color: rgb(43,174,25); }
td.TdClassName
{
border-color: #2BAE19;
}
.TagClassName
{
border-color: #2BAE19;
}
</style>