Shades of Forest Green #0EA21B
Tints of Forest Green #0EA21B
RGB
CMYK
RGB Variations
Color information
#0EA21B (or 0x0EA21B) is known color: Forest Green. HEX triplet: 0E, A2 and 1B. RGB value is (14,162,27). Sum of RGB (Red+Green+Blue) = 14+162+27=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 162 (63.67% from 255 or 79.80% from 203); Blue value is 27 (10.94% from 255 or 13.30% from 203); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA21B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA21B is #F15DE4. Grayscale: #666666. Windows color (decimal): -15818213 or 1810958. OLE color: 1810958.
HSL color Cylindrical-coordinate representation of color #0EA21B: hue angle of 125.27º 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 #0EA21B is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 162 | 27 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.36 |
| HSL | 125.27º | 0.84% | 0.35% | - |
| HSV(B) | 125.27º | 0.91% | 0.64% | - |
| XYZ | 13.3 | 26.01 | 5.36 | - |
| YUV | 102.36 | 85.47 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 162 | 27 | 0.91 | 0 | 0.83 | 0.36 | 125.27 | 0.84 | 0.35 |
| Hex | E | A2 | 1B | 5B | 0 | 53 | 24 | 7D | 54 | 23 |
| Octal | 16 | 242 | 33 | 133 | 0 | 123 | 44 | 175 | 124 | 43 |
| Binary | 1110 | 10100010 | 11011 | 1011011 | 0 | 1010011 | 100100 | 1111101 | 1010100 | 100011 |
Color Harmonies of #0EA21B
Complementary color
Monochromatic Colors of #0EA21B
Black with #0EA21B
Text Example
Text Example
White with #0EA21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA21B; }
p { color: rgb(14,162,27); }
H1.HeaderClassName
{
color: #0EA21B;
}
.AnyTagClassName
{
color: #0EA21B;
}
</style>
background-color css
<style>
a { background-color: #0EA21B; }
a { background-color: rgb(14,162,27); }
div.DivClassName
{
background-color: #0EA21B;
}
.BgClassName
{
background-color: #0EA21B;
}
</style>
border-color css
<style>
span { border-color: #0EA21B; }
span { border-color: rgb(14,162,27); }
td.TdClassName
{
border-color: #0EA21B;
}
.TagClassName
{
border-color: #0EA21B;
}
</style>