Shades of Dark Green #021E1F
Tints of Dark Green #021E1F
RGB
CMYK
RGB Variations
Color information
#021E1F (or 0x021E1F) is known color: Dark Green. HEX triplet: 02, 1E and 1F. RGB value is (2,30,31). Sum of RGB (Red+Green+Blue) = 2+30+31=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #021E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E1F is #FDE1E0. Grayscale: #151515. Windows color (decimal): -16638433 or 2039298. OLE color: 2039298.
HSL color Cylindrical-coordinate representation of color #021E1F: hue angle of 182.07º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021E1F is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 30 | 31 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.88 |
| HSL | 182.07º | 0.88% | 0.06% | - |
| HSV(B) | 182.07º | 0.94% | 0.12% | - |
| XYZ | 0.74 | 1.04 | 1.46 | - |
| YUV | 21.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 31 | 0.94 | 0.03 | 0 | 0.88 | 182.07 | 0.88 | 0.06 |
| Hex | 2 | 1E | 1F | 5E | 3 | 0 | 58 | B6 | 58 | 6 |
| Octal | 2 | 36 | 37 | 136 | 3 | 0 | 130 | 266 | 130 | 6 |
| Binary | 10 | 11110 | 11111 | 1011110 | 11 | 0 | 1011000 | 10110110 | 1011000 | 110 |
Color Harmonies of #021E1F
Complementary color
Monochromatic Colors of #021E1F
Black with #021E1F
Text Example
Text Example
White with #021E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E1F; }
p { color: rgb(2,30,31); }
H1.HeaderClassName
{
color: #021E1F;
}
.AnyTagClassName
{
color: #021E1F;
}
</style>
background-color css
<style>
a { background-color: #021E1F; }
a { background-color: rgb(2,30,31); }
div.DivClassName
{
background-color: #021E1F;
}
.BgClassName
{
background-color: #021E1F;
}
</style>
border-color css
<style>
span { border-color: #021E1F; }
span { border-color: rgb(2,30,31); }
td.TdClassName
{
border-color: #021E1F;
}
.TagClassName
{
border-color: #021E1F;
}
</style>