Shades of Dark Green #021415
Tints of Dark Green #021415
RGB
CMYK
RGB Variations
Color information
#021415 (or 0x021415) is known color: Dark Green. HEX triplet: 02, 14 and 15. RGB value is (2,20,21). Sum of RGB (Red+Green+Blue) = 2+20+21=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #021415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021415 is #FDEBEA. Grayscale: #0E0E0E. Windows color (decimal): -16641003 or 1381378. OLE color: 1381378.
HSL color Cylindrical-coordinate representation of color #021415: hue angle of 183.16º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021415 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 20 | 21 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.92 |
| HSL | 183.16º | 0.83% | 0.05% | - |
| HSV(B) | 183.16º | 0.9% | 0.08% | - |
| XYZ | 0.41 | 0.57 | 0.8 | - |
| YUV | 14.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 21 | 0.90 | 0.05 | 0 | 0.92 | 183.16 | 0.83 | 0.05 |
| Hex | 2 | 14 | 15 | 5A | 5 | 0 | 5C | B7 | 53 | 5 |
| Octal | 2 | 24 | 25 | 132 | 5 | 0 | 134 | 267 | 123 | 5 |
| Binary | 10 | 10100 | 10101 | 1011010 | 101 | 0 | 1011100 | 10110111 | 1010011 | 101 |
Color Harmonies of #021415
Complementary color
Monochromatic Colors of #021415
Black with #021415
Text Example
Text Example
White with #021415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021415; }
p { color: rgb(2,20,21); }
H1.HeaderClassName
{
color: #021415;
}
.AnyTagClassName
{
color: #021415;
}
</style>
background-color css
<style>
a { background-color: #021415; }
a { background-color: rgb(2,20,21); }
div.DivClassName
{
background-color: #021415;
}
.BgClassName
{
background-color: #021415;
}
</style>
border-color css
<style>
span { border-color: #021415; }
span { border-color: rgb(2,20,21); }
td.TdClassName
{
border-color: #021415;
}
.TagClassName
{
border-color: #021415;
}
</style>