Shades of Dark Green #0A0D0D
Tints of Dark Green #0A0D0D
RGB
CMYK
RGB Variations
Color information
#0A0D0D (or 0x0A0D0D) is known color: Dark Green. HEX triplet: 0A, 0D and 0D. RGB value is (10,13,13). Sum of RGB (Red+Green+Blue) = 10+13+13=36 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.78% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 13 (5.47% from 255 or 36.11% from 36); Max value from RGB is 13 - color contains mainly: green, blue. Hex color #0A0D0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0D0D is #F5F2F2. Grayscale: #0C0C0C. Windows color (decimal): -16118515 or 855306. OLE color: 855306.
HSL color Cylindrical-coordinate representation of color #0A0D0D: hue angle of 180º degrees, saturation: 0.13, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #0A0D0D is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 10 | 13 | 13 | - |
CMYK | 0.23 | 0 | 0 | 0.95 |
HSL | 180º | 0.13% | 0.05% | - |
HSV(B) | 180º | 0.23% | 0.05% | - |
XYZ | 0.34 | 0.38 | 0.44 | - |
YUV | 12.1 | 128.51 | 126.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 13 | 13 | 0.23 | 0 | 0 | 0.95 | 180 | 0.13 | 0.05 |
Hex | A | D | D | 17 | 0 | 0 | 5F | B4 | D | 5 |
Octal | 12 | 15 | 15 | 27 | 0 | 0 | 137 | 264 | 15 | 5 |
Binary | 1010 | 1101 | 1101 | 10111 | 0 | 0 | 1011111 | 10110100 | 1101 | 101 |
Color Harmonies of #0A0D0D
Complementary color
Monochromatic Colors of #0A0D0D
Black with #0A0D0D
Text Example
Text Example
White with #0A0D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0D0D; }
p { color: rgb(10,13,13); }
H1.HeaderClassName
{
color: #0A0D0D;
}
.AnyTagClassName
{
color: #0A0D0D;
}
</style>
background-color css
<style>
a { background-color: #0A0D0D; }
a { background-color: rgb(10,13,13); }
div.DivClassName
{
background-color: #0A0D0D;
}
.BgClassName
{
background-color: #0A0D0D;
}
</style>
border-color css
<style>
span { border-color: #0A0D0D; }
span { border-color: rgb(10,13,13); }
td.TdClassName
{
border-color: #0A0D0D;
}
.TagClassName
{
border-color: #0A0D0D;
}
</style>