Shades of Forest Green #2F9E19
Tints of Forest Green #2F9E19
RGB
CMYK
RGB Variations
Color information
#2F9E19 (or 0x2F9E19) is known color: Forest Green. HEX triplet: 2F, 9E and 19. RGB value is (47,158,25). Sum of RGB (Red+Green+Blue) = 47+158+25=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 158 (62.11% from 255 or 68.70% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 158 - color contains mainly: green. Hex color #2F9E19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2F9E19 is #D061E6. Grayscale: #6E6E6E. Windows color (decimal): -13656551 or 1678895. OLE color: 1678895.
HSL color Cylindrical-coordinate representation of color #2F9E19: hue angle of 110.08º 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 #2F9E19 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 158 | 25 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.38 |
| HSL | 110.08º | 0.73% | 0.36% | - |
| HSV(B) | 110.08º | 0.84% | 0.62% | - |
| XYZ | 13.57 | 25.13 | 5.05 | - |
| YUV | 109.65 | 80.23 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 158 | 25 | 0.70 | 0 | 0.84 | 0.38 | 110.08 | 0.73 | 0.36 |
| Hex | 2F | 9E | 19 | 46 | 0 | 54 | 26 | 6E | 49 | 24 |
| Octal | 57 | 236 | 31 | 106 | 0 | 124 | 46 | 156 | 111 | 44 |
| Binary | 101111 | 10011110 | 11001 | 1000110 | 0 | 1010100 | 100110 | 1101110 | 1001001 | 100100 |
Color Harmonies of #2F9E19
Complementary color
Monochromatic Colors of #2F9E19
Black with #2F9E19
Text Example
Text Example
White with #2F9E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F9E19; }
p { color: rgb(47,158,25); }
H1.HeaderClassName
{
color: #2F9E19;
}
.AnyTagClassName
{
color: #2F9E19;
}
</style>
background-color css
<style>
a { background-color: #2F9E19; }
a { background-color: rgb(47,158,25); }
div.DivClassName
{
background-color: #2F9E19;
}
.BgClassName
{
background-color: #2F9E19;
}
</style>
border-color css
<style>
span { border-color: #2F9E19; }
span { border-color: rgb(47,158,25); }
td.TdClassName
{
border-color: #2F9E19;
}
.TagClassName
{
border-color: #2F9E19;
}
</style>