Shades of Forest Green #0E942C
Tints of Forest Green #0E942C
RGB
CMYK
RGB Variations
Color information
#0E942C (or 0x0E942C) is known color: Forest Green. HEX triplet: 0E, 94 and 2C. RGB value is (14,148,44). Sum of RGB (Red+Green+Blue) = 14+148+44=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 148 (58.20% from 255 or 71.84% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 148 - color contains mainly: green. Hex color #0E942C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E942C is #F16BD3. Grayscale: #606060. Windows color (decimal): -15821780 or 2921486. OLE color: 2921486.
HSL color Cylindrical-coordinate representation of color #0E942C: hue angle of 133.43º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E942C is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 14 | 148 | 44 | - |
| CMYK | 0.91 | 0 | 0.70 | 0.42 |
| HSL | 133.43º | 0.83% | 0.32% | - |
| HSV(B) | 133.43º | 0.91% | 0.58% | - |
| XYZ | 11.23 | 21.46 | 5.93 | - |
| YUV | 96.08 | 98.61 | 69.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 148 | 44 | 0.91 | 0 | 0.70 | 0.42 | 133.43 | 0.83 | 0.32 |
| Hex | E | 94 | 2C | 5B | 0 | 46 | 2A | 85 | 53 | 20 |
| Octal | 16 | 224 | 54 | 133 | 0 | 106 | 52 | 205 | 123 | 40 |
| Binary | 1110 | 10010100 | 101100 | 1011011 | 0 | 1000110 | 101010 | 10000101 | 1010011 | 100000 |
Color Harmonies of #0E942C
Complementary color
Monochromatic Colors of #0E942C
Black with #0E942C
Text Example
Text Example
White with #0E942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E942C; }
p { color: rgb(14,148,44); }
H1.HeaderClassName
{
color: #0E942C;
}
.AnyTagClassName
{
color: #0E942C;
}
</style>
background-color css
<style>
a { background-color: #0E942C; }
a { background-color: rgb(14,148,44); }
div.DivClassName
{
background-color: #0E942C;
}
.BgClassName
{
background-color: #0E942C;
}
</style>
border-color css
<style>
span { border-color: #0E942C; }
span { border-color: rgb(14,148,44); }
td.TdClassName
{
border-color: #0E942C;
}
.TagClassName
{
border-color: #0E942C;
}
</style>