Shades of Dark Green #021E1B
Tints of Dark Green #021E1B
RGB
CMYK
RGB Variations
Color information
#021E1B (or 0x021E1B) is known color: Dark Green. HEX triplet: 02, 1E and 1B. RGB value is (2,30,27). Sum of RGB (Red+Green+Blue) = 2+30+27=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 30 (12.11% from 255 or 50.85% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 30 - color contains mainly: green. Hex color #021E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E1B is #FDE1E4. Grayscale: #151515. Windows color (decimal): -16638437 or 1777154. OLE color: 1777154.
HSL color Cylindrical-coordinate representation of color #021E1B: hue angle of 173.57º 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 #021E1B is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 30 | 27 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.88 |
| HSL | 173.57º | 0.88% | 0.06% | - |
| HSV(B) | 173.57º | 0.93% | 0.12% | - |
| XYZ | 0.69 | 1.02 | 1.2 | - |
| YUV | 21.29 | 131.22 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 27 | 0.93 | 0 | 0.10 | 0.88 | 173.57 | 0.88 | 0.06 |
| Hex | 2 | 1E | 1B | 5D | 0 | A | 58 | AE | 58 | 6 |
| Octal | 2 | 36 | 33 | 135 | 0 | 12 | 130 | 256 | 130 | 6 |
| Binary | 10 | 11110 | 11011 | 1011101 | 0 | 1010 | 1011000 | 10101110 | 1011000 | 110 |
Color Harmonies of #021E1B
Complementary color
Monochromatic Colors of #021E1B
Black with #021E1B
Text Example
Text Example
White with #021E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E1B; }
p { color: rgb(2,30,27); }
H1.HeaderClassName
{
color: #021E1B;
}
.AnyTagClassName
{
color: #021E1B;
}
</style>
background-color css
<style>
a { background-color: #021E1B; }
a { background-color: rgb(2,30,27); }
div.DivClassName
{
background-color: #021E1B;
}
.BgClassName
{
background-color: #021E1B;
}
</style>
border-color css
<style>
span { border-color: #021E1B; }
span { border-color: rgb(2,30,27); }
td.TdClassName
{
border-color: #021E1B;
}
.TagClassName
{
border-color: #021E1B;
}
</style>