Shades of Forest Green #2B9619
Tints of Forest Green #2B9619
RGB
CMYK
RGB Variations
Color information
#2B9619 (or 0x2B9619) is known color: Forest Green. HEX triplet: 2B, 96 and 19. RGB value is (43,150,25). Sum of RGB (Red+Green+Blue) = 43+150+25=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 150 (58.98% from 255 or 68.81% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 150 - color contains mainly: green. Hex color #2B9619 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9619 is #D469E6. Grayscale: #686868. Windows color (decimal): -13920743 or 1676843. OLE color: 1676843.
HSL color Cylindrical-coordinate representation of color #2B9619: hue angle of 111.36º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B9619 is Cyan = 0.71, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 43 | 150 | 25 | - |
| CMYK | 0.71 | 0 | 0.83 | 0.41 |
| HSL | 111.36º | 0.71% | 0.34% | - |
| HSV(B) | 111.36º | 0.83% | 0.59% | - |
| XYZ | 12.08 | 22.4 | 4.61 | - |
| YUV | 103.76 | 83.55 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 150 | 25 | 0.71 | 0 | 0.83 | 0.41 | 111.36 | 0.71 | 0.34 |
| Hex | 2B | 96 | 19 | 47 | 0 | 53 | 29 | 6F | 47 | 22 |
| Octal | 53 | 226 | 31 | 107 | 0 | 123 | 51 | 157 | 107 | 42 |
| Binary | 101011 | 10010110 | 11001 | 1000111 | 0 | 1010011 | 101001 | 1101111 | 1000111 | 100010 |
Color Harmonies of #2B9619
Complementary color
Monochromatic Colors of #2B9619
Black with #2B9619
Text Example
Text Example
White with #2B9619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9619; }
p { color: rgb(43,150,25); }
H1.HeaderClassName
{
color: #2B9619;
}
.AnyTagClassName
{
color: #2B9619;
}
</style>
background-color css
<style>
a { background-color: #2B9619; }
a { background-color: rgb(43,150,25); }
div.DivClassName
{
background-color: #2B9619;
}
.BgClassName
{
background-color: #2B9619;
}
</style>
border-color css
<style>
span { border-color: #2B9619; }
span { border-color: rgb(43,150,25); }
td.TdClassName
{
border-color: #2B9619;
}
.TagClassName
{
border-color: #2B9619;
}
</style>