Shades of Dark Green #003514
Tints of Dark Green #003514
RGB
CMYK
RGB Variations
Color information
#003514 (or 0x003514) is known color: Dark Green. HEX triplet: 00, 35 and 14. RGB value is (0,53,20). Sum of RGB (Red+Green+Blue) = 0+53+20=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 53 (21.09% from 255 or 72.60% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 53 - color contains mainly: green. Hex color #003514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003514 is #FFCAEB. Grayscale: #212121. Windows color (decimal): -16763628 or 1324288. OLE color: 1324288.
HSL color Cylindrical-coordinate representation of color #003514: hue angle of 142.64º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003514 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 53 | 20 | - |
| CMYK | 1 | 0 | 0.62 | 0.79 |
| HSL | 142.64º | 1% | 0.1% | - |
| HSV(B) | 142.64º | 1% | 0.21% | - |
| XYZ | 1.4 | 2.6 | 1.09 | - |
| YUV | 33.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 20 | 1 | 0 | 0.62 | 0.79 | 142.64 | 1 | 0.1 |
| Hex | 0 | 35 | 14 | 64 | 0 | 3E | 4F | 8F | 64 | A |
| Octal | 0 | 65 | 24 | 144 | 0 | 76 | 117 | 217 | 144 | 12 |
| Binary | 0 | 110101 | 10100 | 1100100 | 0 | 111110 | 1001111 | 10001111 | 1100100 | 1010 |
Color Harmonies of #003514
Complementary color
Monochromatic Colors of #003514
Black with #003514
Text Example
Text Example
White with #003514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003514; }
p { color: rgb(0,53,20); }
H1.HeaderClassName
{
color: #003514;
}
.AnyTagClassName
{
color: #003514;
}
</style>
background-color css
<style>
a { background-color: #003514; }
a { background-color: rgb(0,53,20); }
div.DivClassName
{
background-color: #003514;
}
.BgClassName
{
background-color: #003514;
}
</style>
border-color css
<style>
span { border-color: #003514; }
span { border-color: rgb(0,53,20); }
td.TdClassName
{
border-color: #003514;
}
.TagClassName
{
border-color: #003514;
}
</style>