Shades of Dark Green #0D1C18
Tints of Dark Green #0D1C18
RGB
CMYK
RGB Variations
Color information
#0D1C18 (or 0x0D1C18) is known color: Dark Green. HEX triplet: 0D, 1C and 18. RGB value is (13,28,24). Sum of RGB (Red+Green+Blue) = 13+28+24=65 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20% from 65); Green value is 28 (11.33% from 255 or 43.08% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1C18 is #F2E3E7. Grayscale: #171717. Windows color (decimal): -15918056 or 1580045. OLE color: 1580045.
HSL color Cylindrical-coordinate representation of color #0D1C18: hue angle of 164º 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 #0D1C18 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 28 | 24 | - |
| CMYK | 0.54 | 0 | 0.14 | 0.89 |
| HSL | 164º | 0.37% | 0.08% | - |
| HSV(B) | 164º | 0.54% | 0.11% | - |
| XYZ | 0.75 | 0.98 | 1.01 | - |
| YUV | 23.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 24 | 0.54 | 0 | 0.14 | 0.89 | 164 | 0.37 | 0.08 |
| Hex | D | 1C | 18 | 36 | 0 | E | 59 | A4 | 25 | 8 |
| Octal | 15 | 34 | 30 | 66 | 0 | 16 | 131 | 244 | 45 | 10 |
| Binary | 1101 | 11100 | 11000 | 110110 | 0 | 1110 | 1011001 | 10100100 | 100101 | 1000 |
Color Harmonies of #0D1C18
Complementary color
Monochromatic Colors of #0D1C18
Black with #0D1C18
Text Example
Text Example
White with #0D1C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1C18; }
p { color: rgb(13,28,24); }
H1.HeaderClassName
{
color: #0D1C18;
}
.AnyTagClassName
{
color: #0D1C18;
}
</style>
background-color css
<style>
a { background-color: #0D1C18; }
a { background-color: rgb(13,28,24); }
div.DivClassName
{
background-color: #0D1C18;
}
.BgClassName
{
background-color: #0D1C18;
}
</style>
border-color css
<style>
span { border-color: #0D1C18; }
span { border-color: rgb(13,28,24); }
td.TdClassName
{
border-color: #0D1C18;
}
.TagClassName
{
border-color: #0D1C18;
}
</style>