Shades of Forest Green #0EA21C
Tints of Forest Green #0EA21C
RGB
CMYK
RGB Variations
Color information
#0EA21C (or 0x0EA21C) is known color: Forest Green. HEX triplet: 0E, A2 and 1C. RGB value is (14,162,28). Sum of RGB (Red+Green+Blue) = 14+162+28=204 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.86% from 204); Green value is 162 (63.67% from 255 or 79.41% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA21C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA21C is #F15DE3. Grayscale: #666666. Windows color (decimal): -15818212 or 1876494. OLE color: 1876494.
HSL color Cylindrical-coordinate representation of color #0EA21C: hue angle of 125.68º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA21C is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 162 | 28 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.36 |
| HSL | 125.68º | 0.84% | 0.35% | - |
| HSV(B) | 125.68º | 0.91% | 0.64% | - |
| XYZ | 13.31 | 26.02 | 5.42 | - |
| YUV | 102.47 | 85.97 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 162 | 28 | 0.91 | 0 | 0.83 | 0.36 | 125.68 | 0.84 | 0.35 |
| Hex | E | A2 | 1C | 5B | 0 | 53 | 24 | 7E | 54 | 23 |
| Octal | 16 | 242 | 34 | 133 | 0 | 123 | 44 | 176 | 124 | 43 |
| Binary | 1110 | 10100010 | 11100 | 1011011 | 0 | 1010011 | 100100 | 1111110 | 1010100 | 100011 |
Color Harmonies of #0EA21C
Complementary color
Monochromatic Colors of #0EA21C
Black with #0EA21C
Text Example
Text Example
White with #0EA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA21C; }
p { color: rgb(14,162,28); }
H1.HeaderClassName
{
color: #0EA21C;
}
.AnyTagClassName
{
color: #0EA21C;
}
</style>
background-color css
<style>
a { background-color: #0EA21C; }
a { background-color: rgb(14,162,28); }
div.DivClassName
{
background-color: #0EA21C;
}
.BgClassName
{
background-color: #0EA21C;
}
</style>
border-color css
<style>
span { border-color: #0EA21C; }
span { border-color: rgb(14,162,28); }
td.TdClassName
{
border-color: #0EA21C;
}
.TagClassName
{
border-color: #0EA21C;
}
</style>