Shades of Dark Green #0A1713
Tints of Dark Green #0A1713
RGB
CMYK
RGB Variations
Color information
#0A1713 (or 0x0A1713) is known color: Dark Green. HEX triplet: 0A, 17 and 13. RGB value is (10,23,19). Sum of RGB (Red+Green+Blue) = 10+23+19=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 23 - color contains mainly: green. Hex color #0A1713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1713 is #F5E8EC. Grayscale: #121212. Windows color (decimal): -16115949 or 1251082. OLE color: 1251082.
HSL color Cylindrical-coordinate representation of color #0A1713: hue angle of 161.54º degrees, saturation: 0.39, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0A1713 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 23 | 19 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.91 |
| HSL | 161.54º | 0.39% | 0.06% | - |
| HSV(B) | 161.54º | 0.57% | 0.09% | - |
| XYZ | 0.55 | 0.72 | 0.73 | - |
| YUV | 18.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 23 | 19 | 0.57 | 0 | 0.17 | 0.91 | 161.54 | 0.39 | 0.06 |
| Hex | A | 17 | 13 | 39 | 0 | 11 | 5B | A2 | 27 | 6 |
| Octal | 12 | 27 | 23 | 71 | 0 | 21 | 133 | 242 | 47 | 6 |
| Binary | 1010 | 10111 | 10011 | 111001 | 0 | 10001 | 1011011 | 10100010 | 100111 | 110 |
Color Harmonies of #0A1713
Complementary color
Monochromatic Colors of #0A1713
Black with #0A1713
Text Example
Text Example
White with #0A1713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1713; }
p { color: rgb(10,23,19); }
H1.HeaderClassName
{
color: #0A1713;
}
.AnyTagClassName
{
color: #0A1713;
}
</style>
background-color css
<style>
a { background-color: #0A1713; }
a { background-color: rgb(10,23,19); }
div.DivClassName
{
background-color: #0A1713;
}
.BgClassName
{
background-color: #0A1713;
}
</style>
border-color css
<style>
span { border-color: #0A1713; }
span { border-color: rgb(10,23,19); }
td.TdClassName
{
border-color: #0A1713;
}
.TagClassName
{
border-color: #0A1713;
}
</style>