Shades of Dark Green #021C13
Tints of Dark Green #021C13
RGB
CMYK
RGB Variations
Color information
#021C13 (or 0x021C13) is known color: Dark Green. HEX triplet: 02, 1C and 13. RGB value is (2,28,19). Sum of RGB (Red+Green+Blue) = 2+28+19=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #021C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C13 is #FDE3EC. Grayscale: #131313. Windows color (decimal): -16638957 or 1252354. OLE color: 1252354.
HSL color Cylindrical-coordinate representation of color #021C13: hue angle of 159.23º 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 #021C13 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 28 | 19 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.89 |
| HSL | 159.23º | 0.87% | 0.06% | - |
| HSV(B) | 159.23º | 0.93% | 0.11% | - |
| XYZ | 0.56 | 0.89 | 0.76 | - |
| YUV | 19.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 19 | 0.93 | 0 | 0.32 | 0.89 | 159.23 | 0.87 | 0.06 |
| Hex | 2 | 1C | 13 | 5D | 0 | 20 | 59 | 9F | 57 | 6 |
| Octal | 2 | 34 | 23 | 135 | 0 | 40 | 131 | 237 | 127 | 6 |
| Binary | 10 | 11100 | 10011 | 1011101 | 0 | 100000 | 1011001 | 10011111 | 1010111 | 110 |
Color Harmonies of #021C13
Complementary color
Monochromatic Colors of #021C13
Black with #021C13
Text Example
Text Example
White with #021C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C13; }
p { color: rgb(2,28,19); }
H1.HeaderClassName
{
color: #021C13;
}
.AnyTagClassName
{
color: #021C13;
}
</style>
background-color css
<style>
a { background-color: #021C13; }
a { background-color: rgb(2,28,19); }
div.DivClassName
{
background-color: #021C13;
}
.BgClassName
{
background-color: #021C13;
}
</style>
border-color css
<style>
span { border-color: #021C13; }
span { border-color: rgb(2,28,19); }
td.TdClassName
{
border-color: #021C13;
}
.TagClassName
{
border-color: #021C13;
}
</style>