Shades of Dark Pastel Green #0EA32C
Tints of Dark Pastel Green #0EA32C
RGB
CMYK
RGB Variations
Color information
#0EA32C (or 0x0EA32C) is known color: Dark Pastel Green. HEX triplet: 0E, A3 and 2C. RGB value is (14,163,44). Sum of RGB (Red+Green+Blue) = 14+163+44=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 163 (64.06% from 255 or 73.76% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA32C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA32C is #F15CD3. Grayscale: #696969. Windows color (decimal): -15817940 or 2925326. OLE color: 2925326.
HSL color Cylindrical-coordinate representation of color #0EA32C: hue angle of 132.08º 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 #0EA32C is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 163 | 44 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.36 |
| HSL | 132.08º | 0.84% | 0.35% | - |
| HSV(B) | 132.08º | 0.91% | 0.64% | - |
| XYZ | 13.73 | 26.47 | 6.77 | - |
| YUV | 104.88 | 93.64 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 163 | 44 | 0.91 | 0 | 0.73 | 0.36 | 132.08 | 0.84 | 0.35 |
| Hex | E | A3 | 2C | 5B | 0 | 49 | 24 | 84 | 54 | 23 |
| Octal | 16 | 243 | 54 | 133 | 0 | 111 | 44 | 204 | 124 | 43 |
| Binary | 1110 | 10100011 | 101100 | 1011011 | 0 | 1001001 | 100100 | 10000100 | 1010100 | 100011 |
Color Harmonies of #0EA32C
Complementary color
Monochromatic Colors of #0EA32C
Black with #0EA32C
Text Example
Text Example
White with #0EA32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA32C; }
p { color: rgb(14,163,44); }
H1.HeaderClassName
{
color: #0EA32C;
}
.AnyTagClassName
{
color: #0EA32C;
}
</style>
background-color css
<style>
a { background-color: #0EA32C; }
a { background-color: rgb(14,163,44); }
div.DivClassName
{
background-color: #0EA32C;
}
.BgClassName
{
background-color: #0EA32C;
}
</style>
border-color css
<style>
span { border-color: #0EA32C; }
span { border-color: rgb(14,163,44); }
td.TdClassName
{
border-color: #0EA32C;
}
.TagClassName
{
border-color: #0EA32C;
}
</style>