Shades of Forest Green #2B9D19
Tints of Forest Green #2B9D19
RGB
CMYK
RGB Variations
Color information
#2B9D19 (or 0x2B9D19) is known color: Forest Green. HEX triplet: 2B, 9D and 19. RGB value is (43,157,25). Sum of RGB (Red+Green+Blue) = 43+157+25=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 157 (61.72% from 255 or 69.78% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2B9D19 is #D462E6. Grayscale: #6C6C6C. Windows color (decimal): -13918951 or 1678635. OLE color: 1678635.
HSL color Cylindrical-coordinate representation of color #2B9D19: hue angle of 111.82º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B9D19 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 43 | 157 | 25 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.38 |
| HSL | 111.82º | 0.73% | 0.36% | - |
| HSV(B) | 111.82º | 0.84% | 0.62% | - |
| XYZ | 13.23 | 24.7 | 4.99 | - |
| YUV | 107.87 | 81.23 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 25 | 0.73 | 0 | 0.84 | 0.38 | 111.82 | 0.73 | 0.36 |
| Hex | 2B | 9D | 19 | 49 | 0 | 54 | 26 | 70 | 49 | 24 |
| Octal | 53 | 235 | 31 | 111 | 0 | 124 | 46 | 160 | 111 | 44 |
| Binary | 101011 | 10011101 | 11001 | 1001001 | 0 | 1010100 | 100110 | 1110000 | 1001001 | 100100 |
Color Harmonies of #2B9D19
Complementary color
Monochromatic Colors of #2B9D19
Black with #2B9D19
Text Example
Text Example
White with #2B9D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9D19; }
p { color: rgb(43,157,25); }
H1.HeaderClassName
{
color: #2B9D19;
}
.AnyTagClassName
{
color: #2B9D19;
}
</style>
background-color css
<style>
a { background-color: #2B9D19; }
a { background-color: rgb(43,157,25); }
div.DivClassName
{
background-color: #2B9D19;
}
.BgClassName
{
background-color: #2B9D19;
}
</style>
border-color css
<style>
span { border-color: #2B9D19; }
span { border-color: rgb(43,157,25); }
td.TdClassName
{
border-color: #2B9D19;
}
.TagClassName
{
border-color: #2B9D19;
}
</style>