Shades of Dark Green #013321
Tints of Dark Green #013321
RGB
CMYK
RGB Variations
Color information
#013321 (or 0x013321) is known color: Dark Green. HEX triplet: 01, 33 and 21. RGB value is (1,51,33). Sum of RGB (Red+Green+Blue) = 1+51+33=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 51 (20.31% from 255 or 60% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 51 - color contains mainly: green. Hex color #013321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013321 is #FECCDE. Grayscale: #222222. Windows color (decimal): -16698591 or 2175745. OLE color: 2175745.
HSL color Cylindrical-coordinate representation of color #013321: hue angle of 158.4º 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 #013321 is Cyan = 0.98, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 51 | 33 | - |
| CMYK | 0.98 | 0 | 0.35 | 0.8 |
| HSL | 158.4º | 0.96% | 0.1% | - |
| HSV(B) | 158.4º | 0.98% | 0.2% | - |
| XYZ | 1.47 | 2.48 | 1.84 | - |
| YUV | 34 | 127.44 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 33 | 0.98 | 0 | 0.35 | 0.8 | 158.4 | 0.96 | 0.1 |
| Hex | 1 | 33 | 21 | 62 | 0 | 23 | 50 | 9E | 60 | A |
| Octal | 1 | 63 | 41 | 142 | 0 | 43 | 120 | 236 | 140 | 12 |
| Binary | 1 | 110011 | 100001 | 1100010 | 0 | 100011 | 1010000 | 10011110 | 1100000 | 1010 |
Color Harmonies of #013321
Complementary color
Monochromatic Colors of #013321
Black with #013321
Text Example
Text Example
White with #013321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013321; }
p { color: rgb(1,51,33); }
H1.HeaderClassName
{
color: #013321;
}
.AnyTagClassName
{
color: #013321;
}
</style>
background-color css
<style>
a { background-color: #013321; }
a { background-color: rgb(1,51,33); }
div.DivClassName
{
background-color: #013321;
}
.BgClassName
{
background-color: #013321;
}
</style>
border-color css
<style>
span { border-color: #013321; }
span { border-color: rgb(1,51,33); }
td.TdClassName
{
border-color: #013321;
}
.TagClassName
{
border-color: #013321;
}
</style>