Shades of Dark Green #003317
Tints of Dark Green #003317
RGB
CMYK
RGB Variations
Color information
#003317 (or 0x003317) is known color: Dark Green. HEX triplet: 00, 33 and 17. RGB value is (0,51,23). Sum of RGB (Red+Green+Blue) = 0+51+23=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 51 (20.31% from 255 or 68.92% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 51 - color contains mainly: green. Hex color #003317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003317 is #FFCCE8. Grayscale: #202020. Windows color (decimal): -16764137 or 1520384. OLE color: 1520384.
HSL color Cylindrical-coordinate representation of color #003317: hue angle of 147.06º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003317 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 0 | 51 | 23 | - |
| CMYK | 1 | 0 | 0.55 | 0.8 |
| HSL | 147.06º | 1% | 0.1% | - |
| HSV(B) | 147.06º | 1% | 0.2% | - |
| XYZ | 1.34 | 2.43 | 1.21 | - |
| YUV | 32.56 | 122.6 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 23 | 1 | 0 | 0.55 | 0.8 | 147.06 | 1 | 0.1 |
| Hex | 0 | 33 | 17 | 64 | 0 | 37 | 50 | 93 | 64 | A |
| Octal | 0 | 63 | 27 | 144 | 0 | 67 | 120 | 223 | 144 | 12 |
| Binary | 0 | 110011 | 10111 | 1100100 | 0 | 110111 | 1010000 | 10010011 | 1100100 | 1010 |
Color Harmonies of #003317
Complementary color
Monochromatic Colors of #003317
Black with #003317
Text Example
Text Example
White with #003317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003317; }
p { color: rgb(0,51,23); }
H1.HeaderClassName
{
color: #003317;
}
.AnyTagClassName
{
color: #003317;
}
</style>
background-color css
<style>
a { background-color: #003317; }
a { background-color: rgb(0,51,23); }
div.DivClassName
{
background-color: #003317;
}
.BgClassName
{
background-color: #003317;
}
</style>
border-color css
<style>
span { border-color: #003317; }
span { border-color: rgb(0,51,23); }
td.TdClassName
{
border-color: #003317;
}
.TagClassName
{
border-color: #003317;
}
</style>