Shades of Dark Green #0C100E
Tints of Dark Green #0C100E
RGB
CMYK
RGB Variations
Color information
#0C100E (or 0x0C100E) is known color: Dark Green. HEX triplet: 0C, 10 and 0E. RGB value is (12,16,14). Sum of RGB (Red+Green+Blue) = 12+16+14=42 (5% of max value = 765). Red value is 12 (5.08% from 255 or 28.57% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 16 - color contains mainly: green. Hex color #0C100E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C100E is #F3EFF1. Grayscale: #0E0E0E. Windows color (decimal): -15986674 or 921612. OLE color: 921612.
HSL color Cylindrical-coordinate representation of color #0C100E: hue angle of 150º degrees, saturation: 0.14, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0C100E is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 12 | 16 | 14 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.94 |
| HSL | 150º | 0.14% | 0.05% | - |
| HSV(B) | 150º | 0.25% | 0.06% | - |
| XYZ | 0.42 | 0.48 | 0.49 | - |
| YUV | 14.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 16 | 14 | 0.25 | 0 | 0.13 | 0.94 | 150 | 0.14 | 0.05 |
| Hex | C | 10 | E | 19 | 0 | D | 5E | 96 | E | 5 |
| Octal | 14 | 20 | 16 | 31 | 0 | 15 | 136 | 226 | 16 | 5 |
| Binary | 1100 | 10000 | 1110 | 11001 | 0 | 1101 | 1011110 | 10010110 | 1110 | 101 |
Color Harmonies of #0C100E
Complementary color
Monochromatic Colors of #0C100E
Black with #0C100E
Text Example
Text Example
White with #0C100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C100E; }
p { color: rgb(12,16,14); }
H1.HeaderClassName
{
color: #0C100E;
}
.AnyTagClassName
{
color: #0C100E;
}
</style>
background-color css
<style>
a { background-color: #0C100E; }
a { background-color: rgb(12,16,14); }
div.DivClassName
{
background-color: #0C100E;
}
.BgClassName
{
background-color: #0C100E;
}
</style>
border-color css
<style>
span { border-color: #0C100E; }
span { border-color: rgb(12,16,14); }
td.TdClassName
{
border-color: #0C100E;
}
.TagClassName
{
border-color: #0C100E;
}
</style>