Shades of Dark Green #021F15
Tints of Dark Green #021F15
RGB
CMYK
RGB Variations
Color information
#021F15 (or 0x021F15) is known color: Dark Green. HEX triplet: 02, 1F and 15. RGB value is (2,31,21). Sum of RGB (Red+Green+Blue) = 2+31+21=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 31 (12.5% from 255 or 57.41% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 31 - color contains mainly: green. Hex color #021F15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F15 is #FDE0EA. Grayscale: #151515. Windows color (decimal): -16638187 or 1384194. OLE color: 1384194.
HSL color Cylindrical-coordinate representation of color #021F15: hue angle of 159.31º 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 #021F15 is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 31 | 21 | - |
| CMYK | 0.94 | 0 | 0.32 | 0.88 |
| HSL | 159.31º | 0.88% | 0.06% | - |
| HSV(B) | 159.31º | 0.94% | 0.12% | - |
| XYZ | 0.65 | 1.05 | 0.88 | - |
| YUV | 21.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 21 | 0.94 | 0 | 0.32 | 0.88 | 159.31 | 0.88 | 0.06 |
| Hex | 2 | 1F | 15 | 5E | 0 | 20 | 58 | 9F | 58 | 6 |
| Octal | 2 | 37 | 25 | 136 | 0 | 40 | 130 | 237 | 130 | 6 |
| Binary | 10 | 11111 | 10101 | 1011110 | 0 | 100000 | 1011000 | 10011111 | 1011000 | 110 |
Color Harmonies of #021F15
Complementary color
Monochromatic Colors of #021F15
Black with #021F15
Text Example
Text Example
White with #021F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021F15; }
p { color: rgb(2,31,21); }
H1.HeaderClassName
{
color: #021F15;
}
.AnyTagClassName
{
color: #021F15;
}
</style>
background-color css
<style>
a { background-color: #021F15; }
a { background-color: rgb(2,31,21); }
div.DivClassName
{
background-color: #021F15;
}
.BgClassName
{
background-color: #021F15;
}
</style>
border-color css
<style>
span { border-color: #021F15; }
span { border-color: rgb(2,31,21); }
td.TdClassName
{
border-color: #021F15;
}
.TagClassName
{
border-color: #021F15;
}
</style>