Shades of Dark Green #021D1E
Tints of Dark Green #021D1E
RGB
CMYK
RGB Variations
Color information
#021D1E (or 0x021D1E) is known color: Dark Green. HEX triplet: 02, 1D and 1E. RGB value is (2,29,30). Sum of RGB (Red+Green+Blue) = 2+29+30=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 29 (11.72% from 255 or 47.54% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 30 - color contains mainly: blue. Hex color #021D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D1E is #FDE2E1. Grayscale: #151515. Windows color (decimal): -16638690 or 1973506. OLE color: 1973506.
HSL color Cylindrical-coordinate representation of color #021D1E: hue angle of 182.14º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021D1E is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 29 | 30 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.88 |
| HSL | 182.14º | 0.88% | 0.06% | - |
| HSV(B) | 182.14º | 0.93% | 0.12% | - |
| XYZ | 0.7 | 0.99 | 1.38 | - |
| YUV | 21.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 30 | 0.93 | 0.03 | 0 | 0.88 | 182.14 | 0.88 | 0.06 |
| Hex | 2 | 1D | 1E | 5D | 3 | 0 | 58 | B6 | 58 | 6 |
| Octal | 2 | 35 | 36 | 135 | 3 | 0 | 130 | 266 | 130 | 6 |
| Binary | 10 | 11101 | 11110 | 1011101 | 11 | 0 | 1011000 | 10110110 | 1011000 | 110 |
Color Harmonies of #021D1E
Complementary color
Monochromatic Colors of #021D1E
Black with #021D1E
Text Example
Text Example
White with #021D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021D1E; }
p { color: rgb(2,29,30); }
H1.HeaderClassName
{
color: #021D1E;
}
.AnyTagClassName
{
color: #021D1E;
}
</style>
background-color css
<style>
a { background-color: #021D1E; }
a { background-color: rgb(2,29,30); }
div.DivClassName
{
background-color: #021D1E;
}
.BgClassName
{
background-color: #021D1E;
}
</style>
border-color css
<style>
span { border-color: #021D1E; }
span { border-color: rgb(2,29,30); }
td.TdClassName
{
border-color: #021D1E;
}
.TagClassName
{
border-color: #021D1E;
}
</style>