Shades of Dark Green #013319
Tints of Dark Green #013319
RGB
CMYK
RGB Variations
Color information
#013319 (or 0x013319) is known color: Dark Green. HEX triplet: 01, 33 and 19. RGB value is (1,51,25). Sum of RGB (Red+Green+Blue) = 1+51+25=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 51 (20.31% from 255 or 66.23% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 51 - color contains mainly: green. Hex color #013319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013319 is #FECCE6. Grayscale: #212121. Windows color (decimal): -16698599 or 1651457. OLE color: 1651457.
HSL color Cylindrical-coordinate representation of color #013319: hue angle of 148.8º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013319 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 51 | 25 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.8 |
| HSL | 148.8º | 0.96% | 0.1% | - |
| HSV(B) | 148.8º | 0.98% | 0.2% | - |
| XYZ | 1.37 | 2.44 | 1.32 | - |
| YUV | 33.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 25 | 0.98 | 0 | 0.51 | 0.8 | 148.8 | 0.96 | 0.1 |
| Hex | 1 | 33 | 19 | 62 | 0 | 33 | 50 | 95 | 60 | A |
| Octal | 1 | 63 | 31 | 142 | 0 | 63 | 120 | 225 | 140 | 12 |
| Binary | 1 | 110011 | 11001 | 1100010 | 0 | 110011 | 1010000 | 10010101 | 1100000 | 1010 |
Color Harmonies of #013319
Complementary color
Monochromatic Colors of #013319
Black with #013319
Text Example
Text Example
White with #013319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013319; }
p { color: rgb(1,51,25); }
H1.HeaderClassName
{
color: #013319;
}
.AnyTagClassName
{
color: #013319;
}
</style>
background-color css
<style>
a { background-color: #013319; }
a { background-color: rgb(1,51,25); }
div.DivClassName
{
background-color: #013319;
}
.BgClassName
{
background-color: #013319;
}
</style>
border-color css
<style>
span { border-color: #013319; }
span { border-color: rgb(1,51,25); }
td.TdClassName
{
border-color: #013319;
}
.TagClassName
{
border-color: #013319;
}
</style>