Shades of Dark Green #001712
Tints of Dark Green #001712
RGB
CMYK
RGB Variations
Color information
#001712 (or 0x001712) is known color: Dark Green. HEX triplet: 00, 17 and 12. RGB value is (0,23,18). Sum of RGB (Red+Green+Blue) = 0+23+18=41 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 41); Green value is 23 (9.38% from 255 or 56.10% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 23 - color contains mainly: green. Hex color #001712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #001712 is #FFE8ED. Grayscale: #0F0F0F. Windows color (decimal): -16771310 or 1185536. OLE color: 1185536.
HSL color Cylindrical-coordinate representation of color #001712: hue angle of 166.96º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001712 is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 23 | 18 | - |
| CMYK | 1 | 0 | 0.22 | 0.91 |
| HSL | 166.96º | 1% | 0.05% | - |
| HSV(B) | 166.96º | 1% | 0.09% | - |
| XYZ | 0.42 | 0.66 | 0.68 | - |
| YUV | 15.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 18 | 1 | 0 | 0.22 | 0.91 | 166.96 | 1 | 0.05 |
| Hex | 0 | 17 | 12 | 64 | 0 | 16 | 5B | A7 | 64 | 5 |
| Octal | 0 | 27 | 22 | 144 | 0 | 26 | 133 | 247 | 144 | 5 |
| Binary | 0 | 10111 | 10010 | 1100100 | 0 | 10110 | 1011011 | 10100111 | 1100100 | 101 |
Color Harmonies of #001712
Complementary color
Monochromatic Colors of #001712
Black with #001712
Text Example
Text Example
White with #001712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001712; }
p { color: rgb(0,23,18); }
H1.HeaderClassName
{
color: #001712;
}
.AnyTagClassName
{
color: #001712;
}
</style>
background-color css
<style>
a { background-color: #001712; }
a { background-color: rgb(0,23,18); }
div.DivClassName
{
background-color: #001712;
}
.BgClassName
{
background-color: #001712;
}
</style>
border-color css
<style>
span { border-color: #001712; }
span { border-color: rgb(0,23,18); }
td.TdClassName
{
border-color: #001712;
}
.TagClassName
{
border-color: #001712;
}
</style>