Shades of Dark Green #021F1C
Tints of Dark Green #021F1C
RGB
CMYK
RGB Variations
Color information
#021F1C (or 0x021F1C) is known color: Dark Green. HEX triplet: 02, 1F and 1C. RGB value is (2,31,28). Sum of RGB (Red+Green+Blue) = 2+31+28=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 28 (11.33% from 255 or 45.90% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #021F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F1C is #FDE0E3. Grayscale: #151515. Windows color (decimal): -16638180 or 1842946. OLE color: 1842946.
HSL color Cylindrical-coordinate representation of color #021F1C: hue angle of 173.79º 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 #021F1C is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 31 | 28 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.88 |
| HSL | 173.79º | 0.88% | 0.06% | - |
| HSV(B) | 173.79º | 0.94% | 0.12% | - |
| XYZ | 0.72 | 1.08 | 1.27 | - |
| YUV | 21.99 | 131.39 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 28 | 0.94 | 0 | 0.10 | 0.88 | 173.79 | 0.88 | 0.06 |
| Hex | 2 | 1F | 1C | 5E | 0 | A | 58 | AE | 58 | 6 |
| Octal | 2 | 37 | 34 | 136 | 0 | 12 | 130 | 256 | 130 | 6 |
| Binary | 10 | 11111 | 11100 | 1011110 | 0 | 1010 | 1011000 | 10101110 | 1011000 | 110 |
Color Harmonies of #021F1C
Complementary color
Monochromatic Colors of #021F1C
Black with #021F1C
Text Example
Text Example
White with #021F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021F1C; }
p { color: rgb(2,31,28); }
H1.HeaderClassName
{
color: #021F1C;
}
.AnyTagClassName
{
color: #021F1C;
}
</style>
background-color css
<style>
a { background-color: #021F1C; }
a { background-color: rgb(2,31,28); }
div.DivClassName
{
background-color: #021F1C;
}
.BgClassName
{
background-color: #021F1C;
}
</style>
border-color css
<style>
span { border-color: #021F1C; }
span { border-color: rgb(2,31,28); }
td.TdClassName
{
border-color: #021F1C;
}
.TagClassName
{
border-color: #021F1C;
}
</style>