Shades of Dark Green #003013
Tints of Dark Green #003013
RGB
CMYK
RGB Variations
Color information
#003013 (or 0x003013) is known color: Dark Green. HEX triplet: 00, 30 and 13. RGB value is (0,48,19). Sum of RGB (Red+Green+Blue) = 0+48+19=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 48 (19.14% from 255 or 71.64% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 48 - color contains mainly: green. Hex color #003013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003013 is #FFCFEC. Grayscale: #1E1E1E. Windows color (decimal): -16764909 or 1257472. OLE color: 1257472.
HSL color Cylindrical-coordinate representation of color #003013: hue angle of 143.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003013 is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 48 | 19 | - |
| CMYK | 1 | 0 | 0.60 | 0.81 |
| HSL | 143.75º | 1% | 0.09% | - |
| HSV(B) | 143.75º | 1% | 0.19% | - |
| XYZ | 1.17 | 2.16 | 0.97 | - |
| YUV | 30.34 | 121.6 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 19 | 1 | 0 | 0.60 | 0.81 | 143.75 | 1 | 0.09 |
| Hex | 0 | 30 | 13 | 64 | 0 | 3C | 51 | 90 | 64 | 9 |
| Octal | 0 | 60 | 23 | 144 | 0 | 74 | 121 | 220 | 144 | 11 |
| Binary | 0 | 110000 | 10011 | 1100100 | 0 | 111100 | 1010001 | 10010000 | 1100100 | 1001 |
Color Harmonies of #003013
Complementary color
Monochromatic Colors of #003013
Black with #003013
Text Example
Text Example
White with #003013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003013; }
p { color: rgb(0,48,19); }
H1.HeaderClassName
{
color: #003013;
}
.AnyTagClassName
{
color: #003013;
}
</style>
background-color css
<style>
a { background-color: #003013; }
a { background-color: rgb(0,48,19); }
div.DivClassName
{
background-color: #003013;
}
.BgClassName
{
background-color: #003013;
}
</style>
border-color css
<style>
span { border-color: #003013; }
span { border-color: rgb(0,48,19); }
td.TdClassName
{
border-color: #003013;
}
.TagClassName
{
border-color: #003013;
}
</style>