Shades of Dark Green #013210
Tints of Dark Green #013210
RGB
CMYK
RGB Variations
Color information
#013210 (or 0x013210) is known color: Dark Green. HEX triplet: 01, 32 and 10. RGB value is (1,50,16). Sum of RGB (Red+Green+Blue) = 1+50+16=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 50 (19.92% from 255 or 74.63% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 50 - color contains mainly: green. Hex color #013210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013210 is #FECDEF. Grayscale: #1F1F1F. Windows color (decimal): -16698864 or 1061377. OLE color: 1061377.
HSL color Cylindrical-coordinate representation of color #013210: hue angle of 138.37º 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 #013210 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 50 | 16 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.80 |
| HSL | 138.37º | 0.96% | 0.1% | - |
| HSV(B) | 138.37º | 0.98% | 0.2% | - |
| XYZ | 1.25 | 2.33 | 0.87 | - |
| YUV | 31.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 16 | 0.98 | 0 | 0.68 | 0.80 | 138.37 | 0.96 | 0.1 |
| Hex | 1 | 32 | 10 | 62 | 0 | 44 | 50 | 8A | 60 | A |
| Octal | 1 | 62 | 20 | 142 | 0 | 104 | 120 | 212 | 140 | 12 |
| Binary | 1 | 110010 | 10000 | 1100010 | 0 | 1000100 | 1010000 | 10001010 | 1100000 | 1010 |
Color Harmonies of #013210
Complementary color
Monochromatic Colors of #013210
Black with #013210
Text Example
Text Example
White with #013210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013210; }
p { color: rgb(1,50,16); }
H1.HeaderClassName
{
color: #013210;
}
.AnyTagClassName
{
color: #013210;
}
</style>
background-color css
<style>
a { background-color: #013210; }
a { background-color: rgb(1,50,16); }
div.DivClassName
{
background-color: #013210;
}
.BgClassName
{
background-color: #013210;
}
</style>
border-color css
<style>
span { border-color: #013210; }
span { border-color: rgb(1,50,16); }
td.TdClassName
{
border-color: #013210;
}
.TagClassName
{
border-color: #013210;
}
</style>