Shades of Dark Green #0D1C14
Tints of Dark Green #0D1C14
RGB
CMYK
RGB Variations
Color information
#0D1C14 (or 0x0D1C14) is known color: Dark Green. HEX triplet: 0D, 1C and 14. RGB value is (13,28,20). Sum of RGB (Red+Green+Blue) = 13+28+20=61 (8% of max value = 765). Red value is 13 (5.47% from 255 or 21.31% from 61); Green value is 28 (11.33% from 255 or 45.90% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1C14 is #F2E3EB. Grayscale: #161616. Windows color (decimal): -15918060 or 1317901. OLE color: 1317901.
HSL color Cylindrical-coordinate representation of color #0D1C14: hue angle of 148º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0D1C14 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 28 | 20 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.89 |
| HSL | 148º | 0.37% | 0.08% | - |
| HSV(B) | 148º | 0.54% | 0.11% | - |
| XYZ | 0.71 | 0.97 | 0.81 | - |
| YUV | 22.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 20 | 0.54 | 0 | 0.29 | 0.89 | 148 | 0.37 | 0.08 |
| Hex | D | 1C | 14 | 36 | 0 | 1D | 59 | 94 | 25 | 8 |
| Octal | 15 | 34 | 24 | 66 | 0 | 35 | 131 | 224 | 45 | 10 |
| Binary | 1101 | 11100 | 10100 | 110110 | 0 | 11101 | 1011001 | 10010100 | 100101 | 1000 |
Color Harmonies of #0D1C14
Complementary color
Monochromatic Colors of #0D1C14
Black with #0D1C14
Text Example
Text Example
White with #0D1C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1C14; }
p { color: rgb(13,28,20); }
H1.HeaderClassName
{
color: #0D1C14;
}
.AnyTagClassName
{
color: #0D1C14;
}
</style>
background-color css
<style>
a { background-color: #0D1C14; }
a { background-color: rgb(13,28,20); }
div.DivClassName
{
background-color: #0D1C14;
}
.BgClassName
{
background-color: #0D1C14;
}
</style>
border-color css
<style>
span { border-color: #0D1C14; }
span { border-color: rgb(13,28,20); }
td.TdClassName
{
border-color: #0D1C14;
}
.TagClassName
{
border-color: #0D1C14;
}
</style>