Shades of Dark Green #0A1312
Tints of Dark Green #0A1312
RGB
CMYK
RGB Variations
Color information
#0A1312 (or 0x0A1312) is known color: Dark Green. HEX triplet: 0A, 13 and 12. RGB value is (10,19,18). Sum of RGB (Red+Green+Blue) = 10+19+18=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 19 - color contains mainly: green. Hex color #0A1312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1312 is #F5ECED. Grayscale: #101010. Windows color (decimal): -16116974 or 1184522. OLE color: 1184522.
HSL color Cylindrical-coordinate representation of color #0A1312: hue angle of 173.33º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0A1312 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 19 | 18 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.93 |
| HSL | 173.33º | 0.31% | 0.06% | - |
| HSV(B) | 173.33º | 0.47% | 0.07% | - |
| XYZ | 0.47 | 0.57 | 0.66 | - |
| YUV | 16.2 | 129.02 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 18 | 0.47 | 0 | 0.05 | 0.93 | 173.33 | 0.31 | 0.06 |
| Hex | A | 13 | 12 | 2F | 0 | 5 | 5D | AD | 1F | 6 |
| Octal | 12 | 23 | 22 | 57 | 0 | 5 | 135 | 255 | 37 | 6 |
| Binary | 1010 | 10011 | 10010 | 101111 | 0 | 101 | 1011101 | 10101101 | 11111 | 110 |
Color Harmonies of #0A1312
Complementary color
Monochromatic Colors of #0A1312
Black with #0A1312
Text Example
Text Example
White with #0A1312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1312; }
p { color: rgb(10,19,18); }
H1.HeaderClassName
{
color: #0A1312;
}
.AnyTagClassName
{
color: #0A1312;
}
</style>
background-color css
<style>
a { background-color: #0A1312; }
a { background-color: rgb(10,19,18); }
div.DivClassName
{
background-color: #0A1312;
}
.BgClassName
{
background-color: #0A1312;
}
</style>
border-color css
<style>
span { border-color: #0A1312; }
span { border-color: rgb(10,19,18); }
td.TdClassName
{
border-color: #0A1312;
}
.TagClassName
{
border-color: #0A1312;
}
</style>