Shades of Dark Green #0D100F
Tints of Dark Green #0D100F
RGB
CMYK
RGB Variations
Color information
#0D100F (or 0x0D100F) is known color: Dark Green. HEX triplet: 0D, 10 and 0F. RGB value is (13,16,15). Sum of RGB (Red+Green+Blue) = 13+16+15=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 16 - color contains mainly: green. Hex color #0D100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D100F is #F2EFF0. Grayscale: #0E0E0E. Windows color (decimal): -15921137 or 987149. OLE color: 987149.
HSL color Cylindrical-coordinate representation of color #0D100F: hue angle of 160º degrees, saturation: 0.1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #0D100F is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 13 | 16 | 15 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.94 |
| HSL | 160º | 0.1% | 0.06% | - |
| HSV(B) | 160º | 0.19% | 0.06% | - |
| XYZ | 0.44 | 0.49 | 0.52 | - |
| YUV | 14.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 16 | 15 | 0.19 | 0 | 0.06 | 0.94 | 160 | 0.1 | 0.06 |
| Hex | D | 10 | F | 13 | 0 | 6 | 5E | A0 | A | 6 |
| Octal | 15 | 20 | 17 | 23 | 0 | 6 | 136 | 240 | 12 | 6 |
| Binary | 1101 | 10000 | 1111 | 10011 | 0 | 110 | 1011110 | 10100000 | 1010 | 110 |
Color Harmonies of #0D100F
Complementary color
Monochromatic Colors of #0D100F
Black with #0D100F
Text Example
Text Example
White with #0D100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D100F; }
p { color: rgb(13,16,15); }
H1.HeaderClassName
{
color: #0D100F;
}
.AnyTagClassName
{
color: #0D100F;
}
</style>
background-color css
<style>
a { background-color: #0D100F; }
a { background-color: rgb(13,16,15); }
div.DivClassName
{
background-color: #0D100F;
}
.BgClassName
{
background-color: #0D100F;
}
</style>
border-color css
<style>
span { border-color: #0D100F; }
span { border-color: rgb(13,16,15); }
td.TdClassName
{
border-color: #0D100F;
}
.TagClassName
{
border-color: #0D100F;
}
</style>