Shades of Forest Green #0E901D
Tints of Forest Green #0E901D
RGB
CMYK
RGB Variations
Color information
#0E901D (or 0x0E901D) is known color: Forest Green. HEX triplet: 0E, 90 and 1D. RGB value is (14,144,29). Sum of RGB (Red+Green+Blue) = 14+144+29=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 144 (56.64% from 255 or 77.01% from 187); Blue value is 29 (11.72% from 255 or 15.51% from 187); Max value from RGB is 144 - color contains mainly: green. Hex color #0E901D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E901D is #F16FE2. Grayscale: #5C5C5C. Windows color (decimal): -15822819 or 1937422. OLE color: 1937422.
HSL color Cylindrical-coordinate representation of color #0E901D: hue angle of 126.92º 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 #0E901D is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 14 | 144 | 29 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.44 |
| HSL | 126.92º | 0.82% | 0.31% | - |
| HSV(B) | 126.92º | 0.9% | 0.56% | - |
| XYZ | 10.38 | 20.13 | 4.5 | - |
| YUV | 92.02 | 92.43 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 144 | 29 | 0.90 | 0 | 0.80 | 0.44 | 126.92 | 0.82 | 0.31 |
| Hex | E | 90 | 1D | 5A | 0 | 50 | 2C | 7F | 52 | 1F |
| Octal | 16 | 220 | 35 | 132 | 0 | 120 | 54 | 177 | 122 | 37 |
| Binary | 1110 | 10010000 | 11101 | 1011010 | 0 | 1010000 | 101100 | 1111111 | 1010010 | 11111 |
Color Harmonies of #0E901D
Complementary color
Monochromatic Colors of #0E901D
Black with #0E901D
Text Example
Text Example
White with #0E901D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E901D; }
p { color: rgb(14,144,29); }
H1.HeaderClassName
{
color: #0E901D;
}
.AnyTagClassName
{
color: #0E901D;
}
</style>
background-color css
<style>
a { background-color: #0E901D; }
a { background-color: rgb(14,144,29); }
div.DivClassName
{
background-color: #0E901D;
}
.BgClassName
{
background-color: #0E901D;
}
</style>
border-color css
<style>
span { border-color: #0E901D; }
span { border-color: rgb(14,144,29); }
td.TdClassName
{
border-color: #0E901D;
}
.TagClassName
{
border-color: #0E901D;
}
</style>