Shades of Dark Green #021C1D
Tints of Dark Green #021C1D
RGB
CMYK
RGB Variations
Color information
#021C1D (or 0x021C1D) is known color: Dark Green. HEX triplet: 02, 1C and 1D. RGB value is (2,28,29). Sum of RGB (Red+Green+Blue) = 2+28+29=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 28 (11.33% from 255 or 47.46% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #021C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C1D is #FDE3E2. Grayscale: #141414. Windows color (decimal): -16638947 or 1907714. OLE color: 1907714.
HSL color Cylindrical-coordinate representation of color #021C1D: hue angle of 182.22º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021C1D is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 28 | 29 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.89 |
| HSL | 182.22º | 0.87% | 0.06% | - |
| HSV(B) | 182.22º | 0.93% | 0.11% | - |
| XYZ | 0.66 | 0.93 | 1.31 | - |
| YUV | 20.34 | 132.89 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 29 | 0.93 | 0.03 | 0 | 0.89 | 182.22 | 0.87 | 0.06 |
| Hex | 2 | 1C | 1D | 5D | 3 | 0 | 59 | B6 | 57 | 6 |
| Octal | 2 | 34 | 35 | 135 | 3 | 0 | 131 | 266 | 127 | 6 |
| Binary | 10 | 11100 | 11101 | 1011101 | 11 | 0 | 1011001 | 10110110 | 1010111 | 110 |
Color Harmonies of #021C1D
Complementary color
Monochromatic Colors of #021C1D
Black with #021C1D
Text Example
Text Example
White with #021C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C1D; }
p { color: rgb(2,28,29); }
H1.HeaderClassName
{
color: #021C1D;
}
.AnyTagClassName
{
color: #021C1D;
}
</style>
background-color css
<style>
a { background-color: #021C1D; }
a { background-color: rgb(2,28,29); }
div.DivClassName
{
background-color: #021C1D;
}
.BgClassName
{
background-color: #021C1D;
}
</style>
border-color css
<style>
span { border-color: #021C1D; }
span { border-color: rgb(2,28,29); }
td.TdClassName
{
border-color: #021C1D;
}
.TagClassName
{
border-color: #021C1D;
}
</style>