Shades of Dark Green #003017
Tints of Dark Green #003017
RGB
CMYK
RGB Variations
Color information
#003017 (or 0x003017) is known color: Dark Green. HEX triplet: 00, 30 and 17. RGB value is (0,48,23). Sum of RGB (Red+Green+Blue) = 0+48+23=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 48 (19.14% from 255 or 67.61% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 48 - color contains mainly: green. Hex color #003017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003017 is #FFCFE8. Grayscale: #1E1E1E. Windows color (decimal): -16764905 or 1519616. OLE color: 1519616.
HSL color Cylindrical-coordinate representation of color #003017: hue angle of 148.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003017 is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 48 | 23 | - |
| CMYK | 1 | 0 | 0.52 | 0.81 |
| HSL | 148.75º | 1% | 0.09% | - |
| HSV(B) | 148.75º | 1% | 0.19% | - |
| XYZ | 1.21 | 2.18 | 1.17 | - |
| YUV | 30.8 | 123.6 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 23 | 1 | 0 | 0.52 | 0.81 | 148.75 | 1 | 0.09 |
| Hex | 0 | 30 | 17 | 64 | 0 | 34 | 51 | 95 | 64 | 9 |
| Octal | 0 | 60 | 27 | 144 | 0 | 64 | 121 | 225 | 144 | 11 |
| Binary | 0 | 110000 | 10111 | 1100100 | 0 | 110100 | 1010001 | 10010101 | 1100100 | 1001 |
Color Harmonies of #003017
Complementary color
Monochromatic Colors of #003017
Black with #003017
Text Example
Text Example
White with #003017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003017; }
p { color: rgb(0,48,23); }
H1.HeaderClassName
{
color: #003017;
}
.AnyTagClassName
{
color: #003017;
}
</style>
background-color css
<style>
a { background-color: #003017; }
a { background-color: rgb(0,48,23); }
div.DivClassName
{
background-color: #003017;
}
.BgClassName
{
background-color: #003017;
}
</style>
border-color css
<style>
span { border-color: #003017; }
span { border-color: rgb(0,48,23); }
td.TdClassName
{
border-color: #003017;
}
.TagClassName
{
border-color: #003017;
}
</style>