Shades of Dark Green #01170E
Tints of Dark Green #01170E
RGB
CMYK
RGB Variations
Color information
#01170E (or 0x01170E) is known color: Dark Green. HEX triplet: 01, 17 and 0E. RGB value is (1,23,14). Sum of RGB (Red+Green+Blue) = 1+23+14=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 23 (9.38% from 255 or 60.53% from 38); Blue value is 14 (5.86% from 255 or 36.84% from 38); Max value from RGB is 23 - color contains mainly: green. Hex color #01170E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01170E is #FEE8F1. Grayscale: #0F0F0F. Windows color (decimal): -16705778 or 923393. OLE color: 923393.
HSL color Cylindrical-coordinate representation of color #01170E: hue angle of 155.45º 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 #01170E is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 23 | 14 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.91 |
| HSL | 155.45º | 0.92% | 0.05% | - |
| HSV(B) | 155.45º | 0.96% | 0.09% | - |
| XYZ | 0.4 | 0.65 | 0.52 | - |
| YUV | 15.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 14 | 0.96 | 0 | 0.39 | 0.91 | 155.45 | 0.92 | 0.05 |
| Hex | 1 | 17 | E | 60 | 0 | 27 | 5B | 9B | 5C | 5 |
| Octal | 1 | 27 | 16 | 140 | 0 | 47 | 133 | 233 | 134 | 5 |
| Binary | 1 | 10111 | 1110 | 1100000 | 0 | 100111 | 1011011 | 10011011 | 1011100 | 101 |
Color Harmonies of #01170E
Complementary color
Monochromatic Colors of #01170E
Black with #01170E
Text Example
Text Example
White with #01170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01170E; }
p { color: rgb(1,23,14); }
H1.HeaderClassName
{
color: #01170E;
}
.AnyTagClassName
{
color: #01170E;
}
</style>
background-color css
<style>
a { background-color: #01170E; }
a { background-color: rgb(1,23,14); }
div.DivClassName
{
background-color: #01170E;
}
.BgClassName
{
background-color: #01170E;
}
</style>
border-color css
<style>
span { border-color: #01170E; }
span { border-color: rgb(1,23,14); }
td.TdClassName
{
border-color: #01170E;
}
.TagClassName
{
border-color: #01170E;
}
</style>