Shades of Forest Green #0E9F2F
Tints of Forest Green #0E9F2F
RGB
CMYK
RGB Variations
Color information
#0E9F2F (or 0x0E9F2F) is known color: Forest Green. HEX triplet: 0E, 9F and 2F. RGB value is (14,159,47). Sum of RGB (Red+Green+Blue) = 14+159+47=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 159 (62.5% from 255 or 72.27% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F2F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9F2F is #F160D0. Grayscale: #676767. Windows color (decimal): -15818961 or 3120910. OLE color: 3120910.
HSL color Cylindrical-coordinate representation of color #0E9F2F: hue angle of 133.66º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9F2F is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 14 | 159 | 47 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.38 |
| HSL | 133.66º | 0.84% | 0.34% | - |
| HSV(B) | 133.66º | 0.91% | 0.62% | - |
| XYZ | 13.09 | 25.09 | 6.84 | - |
| YUV | 102.88 | 96.46 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 159 | 47 | 0.91 | 0 | 0.70 | 0.38 | 133.66 | 0.84 | 0.34 |
| Hex | E | 9F | 2F | 5B | 0 | 46 | 26 | 86 | 54 | 22 |
| Octal | 16 | 237 | 57 | 133 | 0 | 106 | 46 | 206 | 124 | 42 |
| Binary | 1110 | 10011111 | 101111 | 1011011 | 0 | 1000110 | 100110 | 10000110 | 1010100 | 100010 |
Color Harmonies of #0E9F2F
Complementary color
Monochromatic Colors of #0E9F2F
Black with #0E9F2F
Text Example
Text Example
White with #0E9F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9F2F; }
p { color: rgb(14,159,47); }
H1.HeaderClassName
{
color: #0E9F2F;
}
.AnyTagClassName
{
color: #0E9F2F;
}
</style>
background-color css
<style>
a { background-color: #0E9F2F; }
a { background-color: rgb(14,159,47); }
div.DivClassName
{
background-color: #0E9F2F;
}
.BgClassName
{
background-color: #0E9F2F;
}
</style>
border-color css
<style>
span { border-color: #0E9F2F; }
span { border-color: rgb(14,159,47); }
td.TdClassName
{
border-color: #0E9F2F;
}
.TagClassName
{
border-color: #0E9F2F;
}
</style>