Shades of Dark Green #021414
Tints of Dark Green #021414
RGB
CMYK
RGB Variations
Color information
#021414 (or 0x021414) is known color: Dark Green. HEX triplet: 02, 14 and 14. RGB value is (2,20,20). Sum of RGB (Red+Green+Blue) = 2+20+20=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 20 (8.20% from 255 or 47.62% from 42); Blue value is 20 (8.20% from 255 or 47.62% from 42); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #021414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021414 is #FDEBEB. Grayscale: #0E0E0E. Windows color (decimal): -16641004 or 1315842. OLE color: 1315842.
HSL color Cylindrical-coordinate representation of color #021414: hue angle of 180º 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 #021414 is Cyan = 0.90, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 20 | 20 | - |
| CMYK | 0.90 | 0 | 0 | 0.92 |
| HSL | 180º | 0.82% | 0.04% | - |
| HSV(B) | 180º | 0.9% | 0.08% | - |
| XYZ | 0.4 | 0.56 | 0.75 | - |
| YUV | 14.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 20 | 0.90 | 0 | 0 | 0.92 | 180 | 0.82 | 0.04 |
| Hex | 2 | 14 | 14 | 5A | 0 | 0 | 5C | B4 | 52 | 4 |
| Octal | 2 | 24 | 24 | 132 | 0 | 0 | 134 | 264 | 122 | 4 |
| Binary | 10 | 10100 | 10100 | 1011010 | 0 | 0 | 1011100 | 10110100 | 1010010 | 100 |
Color Harmonies of #021414
Complementary color
Monochromatic Colors of #021414
Black with #021414
Text Example
Text Example
White with #021414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021414; }
p { color: rgb(2,20,20); }
H1.HeaderClassName
{
color: #021414;
}
.AnyTagClassName
{
color: #021414;
}
</style>
background-color css
<style>
a { background-color: #021414; }
a { background-color: rgb(2,20,20); }
div.DivClassName
{
background-color: #021414;
}
.BgClassName
{
background-color: #021414;
}
</style>
border-color css
<style>
span { border-color: #021414; }
span { border-color: rgb(2,20,20); }
td.TdClassName
{
border-color: #021414;
}
.TagClassName
{
border-color: #021414;
}
</style>