Shades of Dark Green #003319
Tints of Dark Green #003319
RGB
CMYK
RGB Variations
Color information
#003319 (or 0x003319) is known color: Dark Green. HEX triplet: 00, 33 and 19. RGB value is (0,51,25). Sum of RGB (Red+Green+Blue) = 0+51+25=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 51 (20.31% from 255 or 67.11% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 51 - color contains mainly: green. Hex color #003319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003319 is #FFCCE6. Grayscale: #202020. Windows color (decimal): -16764135 or 1651456. OLE color: 1651456.
HSL color Cylindrical-coordinate representation of color #003319: hue angle of 149.41º 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 #003319 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 0 | 51 | 25 | - |
| CMYK | 1 | 0 | 0.51 | 0.8 |
| HSL | 149.41º | 1% | 0.1% | - |
| HSV(B) | 149.41º | 1% | 0.2% | - |
| XYZ | 1.36 | 2.44 | 1.32 | - |
| YUV | 32.79 | 123.6 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 25 | 1 | 0 | 0.51 | 0.8 | 149.41 | 1 | 0.1 |
| Hex | 0 | 33 | 19 | 64 | 0 | 33 | 50 | 95 | 64 | A |
| Octal | 0 | 63 | 31 | 144 | 0 | 63 | 120 | 225 | 144 | 12 |
| Binary | 0 | 110011 | 11001 | 1100100 | 0 | 110011 | 1010000 | 10010101 | 1100100 | 1010 |
Color Harmonies of #003319
Complementary color
Monochromatic Colors of #003319
Black with #003319
Text Example
Text Example
White with #003319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003319; }
p { color: rgb(0,51,25); }
H1.HeaderClassName
{
color: #003319;
}
.AnyTagClassName
{
color: #003319;
}
</style>
background-color css
<style>
a { background-color: #003319; }
a { background-color: rgb(0,51,25); }
div.DivClassName
{
background-color: #003319;
}
.BgClassName
{
background-color: #003319;
}
</style>
border-color css
<style>
span { border-color: #003319; }
span { border-color: rgb(0,51,25); }
td.TdClassName
{
border-color: #003319;
}
.TagClassName
{
border-color: #003319;
}
</style>