Shades of Dark Green #021410
Tints of Dark Green #021410
RGB
CMYK
RGB Variations
Color information
#021410 (or 0x021410) is known color: Dark Green. HEX triplet: 02, 14 and 10. RGB value is (2,20,16). Sum of RGB (Red+Green+Blue) = 2+20+16=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 20 (8.20% from 255 or 52.63% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 20 - color contains mainly: green. Hex color #021410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021410 is #FDEBEF. Grayscale: #0E0E0E. Windows color (decimal): -16641008 or 1053698. OLE color: 1053698.
HSL color Cylindrical-coordinate representation of color #021410: hue angle of 166.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021410 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 20 | 16 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.92 |
| HSL | 166.67º | 0.82% | 0.04% | - |
| HSV(B) | 166.67º | 0.9% | 0.08% | - |
| XYZ | 0.37 | 0.55 | 0.58 | - |
| YUV | 14.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 16 | 0.90 | 0 | 0.20 | 0.92 | 166.67 | 0.82 | 0.04 |
| Hex | 2 | 14 | 10 | 5A | 0 | 14 | 5C | A7 | 52 | 4 |
| Octal | 2 | 24 | 20 | 132 | 0 | 24 | 134 | 247 | 122 | 4 |
| Binary | 10 | 10100 | 10000 | 1011010 | 0 | 10100 | 1011100 | 10100111 | 1010010 | 100 |
Color Harmonies of #021410
Complementary color
Monochromatic Colors of #021410
Black with #021410
Text Example
Text Example
White with #021410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021410; }
p { color: rgb(2,20,16); }
H1.HeaderClassName
{
color: #021410;
}
.AnyTagClassName
{
color: #021410;
}
</style>
background-color css
<style>
a { background-color: #021410; }
a { background-color: rgb(2,20,16); }
div.DivClassName
{
background-color: #021410;
}
.BgClassName
{
background-color: #021410;
}
</style>
border-color css
<style>
span { border-color: #021410; }
span { border-color: rgb(2,20,16); }
td.TdClassName
{
border-color: #021410;
}
.TagClassName
{
border-color: #021410;
}
</style>