Shades of Dark Green #003313
Tints of Dark Green #003313
RGB
CMYK
RGB Variations
Color information
#003313 (or 0x003313) is known color: Dark Green. HEX triplet: 00, 33 and 13. RGB value is (0,51,19). Sum of RGB (Red+Green+Blue) = 0+51+19=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 51 (20.31% from 255 or 72.86% from 70); Blue value is 19 (7.81% from 255 or 27.14% from 70); Max value from RGB is 51 - color contains mainly: green. Hex color #003313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003313 is #FFCCEC. Grayscale: #202020. Windows color (decimal): -16764141 or 1258240. OLE color: 1258240.
HSL color Cylindrical-coordinate representation of color #003313: hue angle of 142.35º 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 #003313 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 0 | 51 | 19 | - |
| CMYK | 1 | 0 | 0.63 | 0.8 |
| HSL | 142.35º | 1% | 0.1% | - |
| HSV(B) | 142.35º | 1% | 0.2% | - |
| XYZ | 1.3 | 2.41 | 1.01 | - |
| YUV | 32.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 19 | 1 | 0 | 0.63 | 0.8 | 142.35 | 1 | 0.1 |
| Hex | 0 | 33 | 13 | 64 | 0 | 3F | 50 | 8E | 64 | A |
| Octal | 0 | 63 | 23 | 144 | 0 | 77 | 120 | 216 | 144 | 12 |
| Binary | 0 | 110011 | 10011 | 1100100 | 0 | 111111 | 1010000 | 10001110 | 1100100 | 1010 |
Color Harmonies of #003313
Complementary color
Monochromatic Colors of #003313
Black with #003313
Text Example
Text Example
White with #003313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003313; }
p { color: rgb(0,51,19); }
H1.HeaderClassName
{
color: #003313;
}
.AnyTagClassName
{
color: #003313;
}
</style>
background-color css
<style>
a { background-color: #003313; }
a { background-color: rgb(0,51,19); }
div.DivClassName
{
background-color: #003313;
}
.BgClassName
{
background-color: #003313;
}
</style>
border-color css
<style>
span { border-color: #003313; }
span { border-color: rgb(0,51,19); }
td.TdClassName
{
border-color: #003313;
}
.TagClassName
{
border-color: #003313;
}
</style>