Shades of Dark Green #01170D
Tints of Dark Green #01170D
RGB
CMYK
RGB Variations
Color information
#01170D (or 0x01170D) is known color: Dark Green. HEX triplet: 01, 17 and 0D. RGB value is (1,23,13). Sum of RGB (Red+Green+Blue) = 1+23+13=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 23 (9.38% from 255 or 62.16% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 23 - color contains mainly: green. Hex color #01170D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01170D is #FEE8F2. Grayscale: #0F0F0F. Windows color (decimal): -16705779 or 857857. OLE color: 857857.
HSL color Cylindrical-coordinate representation of color #01170D: hue angle of 152.73º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01170D is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 23 | 13 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.91 |
| HSL | 152.73º | 0.92% | 0.05% | - |
| HSV(B) | 152.73º | 0.96% | 0.09% | - |
| XYZ | 0.39 | 0.65 | 0.49 | - |
| YUV | 15.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 13 | 0.96 | 0 | 0.43 | 0.91 | 152.73 | 0.92 | 0.05 |
| Hex | 1 | 17 | D | 60 | 0 | 2B | 5B | 99 | 5C | 5 |
| Octal | 1 | 27 | 15 | 140 | 0 | 53 | 133 | 231 | 134 | 5 |
| Binary | 1 | 10111 | 1101 | 1100000 | 0 | 101011 | 1011011 | 10011001 | 1011100 | 101 |
Color Harmonies of #01170D
Complementary color
Monochromatic Colors of #01170D
Black with #01170D
Text Example
Text Example
White with #01170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01170D; }
p { color: rgb(1,23,13); }
H1.HeaderClassName
{
color: #01170D;
}
.AnyTagClassName
{
color: #01170D;
}
</style>
background-color css
<style>
a { background-color: #01170D; }
a { background-color: rgb(1,23,13); }
div.DivClassName
{
background-color: #01170D;
}
.BgClassName
{
background-color: #01170D;
}
</style>
border-color css
<style>
span { border-color: #01170D; }
span { border-color: rgb(1,23,13); }
td.TdClassName
{
border-color: #01170D;
}
.TagClassName
{
border-color: #01170D;
}
</style>