Shades of Green #0E820D
Tints of Green #0E820D
RGB
CMYK
RGB Variations
Color information
#0E820D (or 0x0E820D) is known color: Green. HEX triplet: 0E, 82 and 0D. RGB value is (14,130,13). Sum of RGB (Red+Green+Blue) = 14+130+13=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 130 (51.17% from 255 or 82.80% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 130 - color contains mainly: green. Hex color #0E820D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0E820D is #F17DF2. Grayscale: #525252. Windows color (decimal): -15826419 or 885262. OLE color: 885262.
HSL color Cylindrical-coordinate representation of color #0E820D: hue angle of 119.49º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E820D is Cyan = 0.89, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 14 | 130 | 13 | - |
| CMYK | 0.89 | 0 | 0.9 | 0.49 |
| HSL | 119.49º | 0.82% | 0.28% | - |
| HSV(B) | 119.49º | 0.9% | 0.51% | - |
| XYZ | 8.24 | 16.09 | 3.05 | - |
| YUV | 81.98 | 89.07 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 130 | 13 | 0.89 | 0 | 0.9 | 0.49 | 119.49 | 0.82 | 0.28 |
| Hex | E | 82 | D | 59 | 0 | 5A | 31 | 77 | 52 | 1C |
| Octal | 16 | 202 | 15 | 131 | 0 | 132 | 61 | 167 | 122 | 34 |
| Binary | 1110 | 10000010 | 1101 | 1011001 | 0 | 1011010 | 110001 | 1110111 | 1010010 | 11100 |
Color Harmonies of #0E820D
Complementary color
Monochromatic Colors of #0E820D
Black with #0E820D
Text Example
Text Example
White with #0E820D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E820D; }
p { color: rgb(14,130,13); }
H1.HeaderClassName
{
color: #0E820D;
}
.AnyTagClassName
{
color: #0E820D;
}
</style>
background-color css
<style>
a { background-color: #0E820D; }
a { background-color: rgb(14,130,13); }
div.DivClassName
{
background-color: #0E820D;
}
.BgClassName
{
background-color: #0E820D;
}
</style>
border-color css
<style>
span { border-color: #0E820D; }
span { border-color: rgb(14,130,13); }
td.TdClassName
{
border-color: #0E820D;
}
.TagClassName
{
border-color: #0E820D;
}
</style>