Shades of Dark Green #0C1513
Tints of Dark Green #0C1513
RGB
CMYK
RGB Variations
Color information
#0C1513 (or 0x0C1513) is known color: Dark Green. HEX triplet: 0C, 15 and 13. RGB value is (12,21,19). Sum of RGB (Red+Green+Blue) = 12+21+19=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 21 - color contains mainly: green. Hex color #0C1513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1513 is #F3EAEC. Grayscale: #121212. Windows color (decimal): -15985389 or 1250572. OLE color: 1250572.
HSL color Cylindrical-coordinate representation of color #0C1513: hue angle of 166.67º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0C1513 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 12 | 21 | 19 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.92 |
| HSL | 166.67º | 0.27% | 0.06% | - |
| HSV(B) | 166.67º | 0.43% | 0.08% | - |
| XYZ | 0.54 | 0.66 | 0.72 | - |
| YUV | 18.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 21 | 19 | 0.43 | 0 | 0.10 | 0.92 | 166.67 | 0.27 | 0.06 |
| Hex | C | 15 | 13 | 2B | 0 | A | 5C | A7 | 1B | 6 |
| Octal | 14 | 25 | 23 | 53 | 0 | 12 | 134 | 247 | 33 | 6 |
| Binary | 1100 | 10101 | 10011 | 101011 | 0 | 1010 | 1011100 | 10100111 | 11011 | 110 |
Color Harmonies of #0C1513
Complementary color
Monochromatic Colors of #0C1513
Black with #0C1513
Text Example
Text Example
White with #0C1513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1513; }
p { color: rgb(12,21,19); }
H1.HeaderClassName
{
color: #0C1513;
}
.AnyTagClassName
{
color: #0C1513;
}
</style>
background-color css
<style>
a { background-color: #0C1513; }
a { background-color: rgb(12,21,19); }
div.DivClassName
{
background-color: #0C1513;
}
.BgClassName
{
background-color: #0C1513;
}
</style>
border-color css
<style>
span { border-color: #0C1513; }
span { border-color: rgb(12,21,19); }
td.TdClassName
{
border-color: #0C1513;
}
.TagClassName
{
border-color: #0C1513;
}
</style>