Shades of Dark Green #021F0E
Tints of Dark Green #021F0E
RGB
CMYK
RGB Variations
Color information
#021F0E (or 0x021F0E) is known color: Dark Green. HEX triplet: 02, 1F and 0E. RGB value is (2,31,14). Sum of RGB (Red+Green+Blue) = 2+31+14=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 31 (12.5% from 255 or 65.96% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 31 - color contains mainly: green. Hex color #021F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F0E is #FDE0F1. Grayscale: #141414. Windows color (decimal): -16638194 or 925442. OLE color: 925442.
HSL color Cylindrical-coordinate representation of color #021F0E: hue angle of 144.83º 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 #021F0E is Cyan = 0.94, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 31 | 14 | - |
| CMYK | 0.94 | 0 | 0.55 | 0.88 |
| HSL | 144.83º | 0.88% | 0.06% | - |
| HSV(B) | 144.83º | 0.94% | 0.12% | - |
| XYZ | 0.59 | 1.02 | 0.58 | - |
| YUV | 20.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 14 | 0.94 | 0 | 0.55 | 0.88 | 144.83 | 0.88 | 0.06 |
| Hex | 2 | 1F | E | 5E | 0 | 37 | 58 | 91 | 58 | 6 |
| Octal | 2 | 37 | 16 | 136 | 0 | 67 | 130 | 221 | 130 | 6 |
| Binary | 10 | 11111 | 1110 | 1011110 | 0 | 110111 | 1011000 | 10010001 | 1011000 | 110 |
Color Harmonies of #021F0E
Complementary color
Monochromatic Colors of #021F0E
Black with #021F0E
Text Example
Text Example
White with #021F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021F0E; }
p { color: rgb(2,31,14); }
H1.HeaderClassName
{
color: #021F0E;
}
.AnyTagClassName
{
color: #021F0E;
}
</style>
background-color css
<style>
a { background-color: #021F0E; }
a { background-color: rgb(2,31,14); }
div.DivClassName
{
background-color: #021F0E;
}
.BgClassName
{
background-color: #021F0E;
}
</style>
border-color css
<style>
span { border-color: #021F0E; }
span { border-color: rgb(2,31,14); }
td.TdClassName
{
border-color: #021F0E;
}
.TagClassName
{
border-color: #021F0E;
}
</style>