Shades of Dark Green #003114
Tints of Dark Green #003114
RGB
CMYK
RGB Variations
Color information
#003114 (or 0x003114) is known color: Dark Green. HEX triplet: 00, 31 and 14. RGB value is (0,49,20). Sum of RGB (Red+Green+Blue) = 0+49+20=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 49 (19.53% from 255 or 71.01% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 49 - color contains mainly: green. Hex color #003114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003114 is #FFCEEB. Grayscale: #1F1F1F. Windows color (decimal): -16764652 or 1323264. OLE color: 1323264.
HSL color Cylindrical-coordinate representation of color #003114: hue angle of 144.49º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003114 is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 49 | 20 | - |
| CMYK | 1 | 0 | 0.59 | 0.81 |
| HSL | 144.49º | 1% | 0.1% | - |
| HSV(B) | 144.49º | 1% | 0.19% | - |
| XYZ | 1.22 | 2.25 | 1.03 | - |
| YUV | 31.04 | 121.77 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 20 | 1 | 0 | 0.59 | 0.81 | 144.49 | 1 | 0.1 |
| Hex | 0 | 31 | 14 | 64 | 0 | 3B | 51 | 90 | 64 | A |
| Octal | 0 | 61 | 24 | 144 | 0 | 73 | 121 | 220 | 144 | 12 |
| Binary | 0 | 110001 | 10100 | 1100100 | 0 | 111011 | 1010001 | 10010000 | 1100100 | 1010 |
Color Harmonies of #003114
Complementary color
Monochromatic Colors of #003114
Black with #003114
Text Example
Text Example
White with #003114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003114; }
p { color: rgb(0,49,20); }
H1.HeaderClassName
{
color: #003114;
}
.AnyTagClassName
{
color: #003114;
}
</style>
background-color css
<style>
a { background-color: #003114; }
a { background-color: rgb(0,49,20); }
div.DivClassName
{
background-color: #003114;
}
.BgClassName
{
background-color: #003114;
}
</style>
border-color css
<style>
span { border-color: #003114; }
span { border-color: rgb(0,49,20); }
td.TdClassName
{
border-color: #003114;
}
.TagClassName
{
border-color: #003114;
}
</style>