Shades of Dark Green #013017
Tints of Dark Green #013017
RGB
CMYK
RGB Variations
Color information
#013017 (or 0x013017) is known color: Dark Green. HEX triplet: 01, 30 and 17. RGB value is (1,48,23). Sum of RGB (Red+Green+Blue) = 1+48+23=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 48 (19.14% from 255 or 66.67% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 48 - color contains mainly: green. Hex color #013017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013017 is #FECFE8. Grayscale: #1F1F1F. Windows color (decimal): -16699369 or 1519617. OLE color: 1519617.
HSL color Cylindrical-coordinate representation of color #013017: hue angle of 148.09º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013017 is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 48 | 23 | - |
| CMYK | 0.98 | 0 | 0.52 | 0.81 |
| HSL | 148.09º | 0.96% | 0.1% | - |
| HSV(B) | 148.09º | 0.98% | 0.19% | - |
| XYZ | 1.22 | 2.18 | 1.17 | - |
| YUV | 31.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 23 | 0.98 | 0 | 0.52 | 0.81 | 148.09 | 0.96 | 0.1 |
| Hex | 1 | 30 | 17 | 62 | 0 | 34 | 51 | 94 | 60 | A |
| Octal | 1 | 60 | 27 | 142 | 0 | 64 | 121 | 224 | 140 | 12 |
| Binary | 1 | 110000 | 10111 | 1100010 | 0 | 110100 | 1010001 | 10010100 | 1100000 | 1010 |
Color Harmonies of #013017
Complementary color
Monochromatic Colors of #013017
Black with #013017
Text Example
Text Example
White with #013017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013017; }
p { color: rgb(1,48,23); }
H1.HeaderClassName
{
color: #013017;
}
.AnyTagClassName
{
color: #013017;
}
</style>
background-color css
<style>
a { background-color: #013017; }
a { background-color: rgb(1,48,23); }
div.DivClassName
{
background-color: #013017;
}
.BgClassName
{
background-color: #013017;
}
</style>
border-color css
<style>
span { border-color: #013017; }
span { border-color: rgb(1,48,23); }
td.TdClassName
{
border-color: #013017;
}
.TagClassName
{
border-color: #013017;
}
</style>