Shades of Dark Green #021C0F
Tints of Dark Green #021C0F
RGB
CMYK
RGB Variations
Color information
#021C0F (or 0x021C0F) is known color: Dark Green. HEX triplet: 02, 1C and 0F. RGB value is (2,28,15). Sum of RGB (Red+Green+Blue) = 2+28+15=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 28 (11.33% from 255 or 62.22% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 28 - color contains mainly: green. Hex color #021C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C0F is #FDE3F0. Grayscale: #121212. Windows color (decimal): -16638961 or 990210. OLE color: 990210.
HSL color Cylindrical-coordinate representation of color #021C0F: hue angle of 150º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021C0F is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 28 | 15 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.89 |
| HSL | 150º | 0.87% | 0.06% | - |
| HSV(B) | 150º | 0.93% | 0.11% | - |
| XYZ | 0.53 | 0.88 | 0.59 | - |
| YUV | 18.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 15 | 0.93 | 0 | 0.46 | 0.89 | 150 | 0.87 | 0.06 |
| Hex | 2 | 1C | F | 5D | 0 | 2E | 59 | 96 | 57 | 6 |
| Octal | 2 | 34 | 17 | 135 | 0 | 56 | 131 | 226 | 127 | 6 |
| Binary | 10 | 11100 | 1111 | 1011101 | 0 | 101110 | 1011001 | 10010110 | 1010111 | 110 |
Color Harmonies of #021C0F
Complementary color
Monochromatic Colors of #021C0F
Black with #021C0F
Text Example
Text Example
White with #021C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C0F; }
p { color: rgb(2,28,15); }
H1.HeaderClassName
{
color: #021C0F;
}
.AnyTagClassName
{
color: #021C0F;
}
</style>
background-color css
<style>
a { background-color: #021C0F; }
a { background-color: rgb(2,28,15); }
div.DivClassName
{
background-color: #021C0F;
}
.BgClassName
{
background-color: #021C0F;
}
</style>
border-color css
<style>
span { border-color: #021C0F; }
span { border-color: rgb(2,28,15); }
td.TdClassName
{
border-color: #021C0F;
}
.TagClassName
{
border-color: #021C0F;
}
</style>