Shades of Forest Green #0E901E
Tints of Forest Green #0E901E
RGB
CMYK
RGB Variations
Color information
#0E901E (or 0x0E901E) is known color: Forest Green. HEX triplet: 0E, 90 and 1E. RGB value is (14,144,30). Sum of RGB (Red+Green+Blue) = 14+144+30=188 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.45% from 188); Green value is 144 (56.64% from 255 or 76.60% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 144 - color contains mainly: green. Hex color #0E901E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E901E is #F16FE1. Grayscale: #5C5C5C. Windows color (decimal): -15822818 or 2002958. OLE color: 2002958.
HSL color Cylindrical-coordinate representation of color #0E901E: hue angle of 127.38º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E901E is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 144 | 30 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.44 |
| HSL | 127.38º | 0.82% | 0.31% | - |
| HSV(B) | 127.38º | 0.9% | 0.56% | - |
| XYZ | 10.39 | 20.13 | 4.57 | - |
| YUV | 92.13 | 92.93 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 144 | 30 | 0.90 | 0 | 0.79 | 0.44 | 127.38 | 0.82 | 0.31 |
| Hex | E | 90 | 1E | 5A | 0 | 4F | 2C | 7F | 52 | 1F |
| Octal | 16 | 220 | 36 | 132 | 0 | 117 | 54 | 177 | 122 | 37 |
| Binary | 1110 | 10010000 | 11110 | 1011010 | 0 | 1001111 | 101100 | 1111111 | 1010010 | 11111 |
Color Harmonies of #0E901E
Complementary color
Monochromatic Colors of #0E901E
Black with #0E901E
Text Example
Text Example
White with #0E901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E901E; }
p { color: rgb(14,144,30); }
H1.HeaderClassName
{
color: #0E901E;
}
.AnyTagClassName
{
color: #0E901E;
}
</style>
background-color css
<style>
a { background-color: #0E901E; }
a { background-color: rgb(14,144,30); }
div.DivClassName
{
background-color: #0E901E;
}
.BgClassName
{
background-color: #0E901E;
}
</style>
border-color css
<style>
span { border-color: #0E901E; }
span { border-color: rgb(14,144,30); }
td.TdClassName
{
border-color: #0E901E;
}
.TagClassName
{
border-color: #0E901E;
}
</style>