Shades of Dark Green #021E0F
Tints of Dark Green #021E0F
RGB
CMYK
RGB Variations
Color information
#021E0F (or 0x021E0F) is known color: Dark Green. HEX triplet: 02, 1E and 0F. RGB value is (2,30,15). Sum of RGB (Red+Green+Blue) = 2+30+15=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 30 (12.11% from 255 or 63.83% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 30 - color contains mainly: green. Hex color #021E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021E0F is #FDE1F0. Grayscale: #131313. Windows color (decimal): -16638449 or 990722. OLE color: 990722.
HSL color Cylindrical-coordinate representation of color #021E0F: hue angle of 147.86º 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 #021E0F is Cyan = 0.93, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 30 | 15 | - |
| CMYK | 0.93 | 0 | 0.5 | 0.88 |
| HSL | 147.86º | 0.88% | 0.06% | - |
| HSV(B) | 147.86º | 0.93% | 0.12% | - |
| XYZ | 0.58 | 0.98 | 0.61 | - |
| YUV | 19.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 15 | 0.93 | 0 | 0.5 | 0.88 | 147.86 | 0.88 | 0.06 |
| Hex | 2 | 1E | F | 5D | 0 | 32 | 58 | 94 | 58 | 6 |
| Octal | 2 | 36 | 17 | 135 | 0 | 62 | 130 | 224 | 130 | 6 |
| Binary | 10 | 11110 | 1111 | 1011101 | 0 | 110010 | 1011000 | 10010100 | 1011000 | 110 |
Color Harmonies of #021E0F
Complementary color
Monochromatic Colors of #021E0F
Black with #021E0F
Text Example
Text Example
White with #021E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E0F; }
p { color: rgb(2,30,15); }
H1.HeaderClassName
{
color: #021E0F;
}
.AnyTagClassName
{
color: #021E0F;
}
</style>
background-color css
<style>
a { background-color: #021E0F; }
a { background-color: rgb(2,30,15); }
div.DivClassName
{
background-color: #021E0F;
}
.BgClassName
{
background-color: #021E0F;
}
</style>
border-color css
<style>
span { border-color: #021E0F; }
span { border-color: rgb(2,30,15); }
td.TdClassName
{
border-color: #021E0F;
}
.TagClassName
{
border-color: #021E0F;
}
</style>