Shades of Dark Green #0A130E
Tints of Dark Green #0A130E
RGB
CMYK
RGB Variations
Color information
#0A130E (or 0x0A130E) is known color: Dark Green. HEX triplet: 0A, 13 and 0E. RGB value is (10,19,14). Sum of RGB (Red+Green+Blue) = 10+19+14=43 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.26% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 19 - color contains mainly: green. Hex color #0A130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A130E is #F5ECF1. Grayscale: #0F0F0F. Windows color (decimal): -16116978 or 922378. OLE color: 922378.
HSL color Cylindrical-coordinate representation of color #0A130E: hue angle of 146.67º 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 #0A130E is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 19 | 14 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.93 |
| HSL | 146.67º | 0.31% | 0.06% | - |
| HSV(B) | 146.67º | 0.47% | 0.07% | - |
| XYZ | 0.44 | 0.56 | 0.5 | - |
| YUV | 15.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 14 | 0.47 | 0 | 0.26 | 0.93 | 146.67 | 0.31 | 0.06 |
| Hex | A | 13 | E | 2F | 0 | 1A | 5D | 93 | 1F | 6 |
| Octal | 12 | 23 | 16 | 57 | 0 | 32 | 135 | 223 | 37 | 6 |
| Binary | 1010 | 10011 | 1110 | 101111 | 0 | 11010 | 1011101 | 10010011 | 11111 | 110 |
Color Harmonies of #0A130E
Complementary color
Monochromatic Colors of #0A130E
Black with #0A130E
Text Example
Text Example
White with #0A130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A130E; }
p { color: rgb(10,19,14); }
H1.HeaderClassName
{
color: #0A130E;
}
.AnyTagClassName
{
color: #0A130E;
}
</style>
background-color css
<style>
a { background-color: #0A130E; }
a { background-color: rgb(10,19,14); }
div.DivClassName
{
background-color: #0A130E;
}
.BgClassName
{
background-color: #0A130E;
}
</style>
border-color css
<style>
span { border-color: #0A130E; }
span { border-color: rgb(10,19,14); }
td.TdClassName
{
border-color: #0A130E;
}
.TagClassName
{
border-color: #0A130E;
}
</style>