Shades of Dark Green #003314
Tints of Dark Green #003314
RGB
CMYK
RGB Variations
Color information
#003314 (or 0x003314) is known color: Dark Green. HEX triplet: 00, 33 and 14. RGB value is (0,51,20). Sum of RGB (Red+Green+Blue) = 0+51+20=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 51 (20.31% from 255 or 71.83% from 71); Blue value is 20 (8.20% from 255 or 28.17% from 71); Max value from RGB is 51 - color contains mainly: green. Hex color #003314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003314 is #FFCCEB. Grayscale: #202020. Windows color (decimal): -16764140 or 1323776. OLE color: 1323776.
HSL color Cylindrical-coordinate representation of color #003314: hue angle of 143.53º 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 #003314 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 0 | 51 | 20 | - |
| CMYK | 1 | 0 | 0.61 | 0.8 |
| HSL | 143.53º | 1% | 0.1% | - |
| HSV(B) | 143.53º | 1% | 0.2% | - |
| XYZ | 1.31 | 2.42 | 1.06 | - |
| YUV | 32.22 | 121.1 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 20 | 1 | 0 | 0.61 | 0.8 | 143.53 | 1 | 0.1 |
| Hex | 0 | 33 | 14 | 64 | 0 | 3D | 50 | 90 | 64 | A |
| Octal | 0 | 63 | 24 | 144 | 0 | 75 | 120 | 220 | 144 | 12 |
| Binary | 0 | 110011 | 10100 | 1100100 | 0 | 111101 | 1010000 | 10010000 | 1100100 | 1010 |
Color Harmonies of #003314
Complementary color
Monochromatic Colors of #003314
Black with #003314
Text Example
Text Example
White with #003314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003314; }
p { color: rgb(0,51,20); }
H1.HeaderClassName
{
color: #003314;
}
.AnyTagClassName
{
color: #003314;
}
</style>
background-color css
<style>
a { background-color: #003314; }
a { background-color: rgb(0,51,20); }
div.DivClassName
{
background-color: #003314;
}
.BgClassName
{
background-color: #003314;
}
</style>
border-color css
<style>
span { border-color: #003314; }
span { border-color: rgb(0,51,20); }
td.TdClassName
{
border-color: #003314;
}
.TagClassName
{
border-color: #003314;
}
</style>