Shades of Dark Green #021E17
Tints of Dark Green #021E17
RGB
CMYK
RGB Variations
Color information
#021E17 (or 0x021E17) is known color: Dark Green. HEX triplet: 02, 1E and 17. RGB value is (2,30,23). Sum of RGB (Red+Green+Blue) = 2+30+23=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 30 (12.11% from 255 or 54.55% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 30 - color contains mainly: green. Hex color #021E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E17 is #FDE1E8. Grayscale: #141414. Windows color (decimal): -16638441 or 1515010. OLE color: 1515010.
HSL color Cylindrical-coordinate representation of color #021E17: hue angle of 165º 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 #021E17 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 30 | 23 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.88 |
| HSL | 165º | 0.88% | 0.06% | - |
| HSV(B) | 165º | 0.93% | 0.12% | - |
| XYZ | 0.64 | 1 | 0.97 | - |
| YUV | 20.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 23 | 0.93 | 0 | 0.23 | 0.88 | 165 | 0.88 | 0.06 |
| Hex | 2 | 1E | 17 | 5D | 0 | 17 | 58 | A5 | 58 | 6 |
| Octal | 2 | 36 | 27 | 135 | 0 | 27 | 130 | 245 | 130 | 6 |
| Binary | 10 | 11110 | 10111 | 1011101 | 0 | 10111 | 1011000 | 10100101 | 1011000 | 110 |
Color Harmonies of #021E17
Complementary color
Monochromatic Colors of #021E17
Black with #021E17
Text Example
Text Example
White with #021E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E17; }
p { color: rgb(2,30,23); }
H1.HeaderClassName
{
color: #021E17;
}
.AnyTagClassName
{
color: #021E17;
}
</style>
background-color css
<style>
a { background-color: #021E17; }
a { background-color: rgb(2,30,23); }
div.DivClassName
{
background-color: #021E17;
}
.BgClassName
{
background-color: #021E17;
}
</style>
border-color css
<style>
span { border-color: #021E17; }
span { border-color: rgb(2,30,23); }
td.TdClassName
{
border-color: #021E17;
}
.TagClassName
{
border-color: #021E17;
}
</style>