Shades of Dark Green #021C0D
Tints of Dark Green #021C0D
RGB
CMYK
RGB Variations
Color information
#021C0D (or 0x021C0D) is known color: Dark Green. HEX triplet: 02, 1C and 0D. RGB value is (2,28,13). Sum of RGB (Red+Green+Blue) = 2+28+13=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 28 (11.33% from 255 or 65.12% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 28 - color contains mainly: green. Hex color #021C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C0D is #FDE3F2. Grayscale: #121212. Windows color (decimal): -16638963 or 859138. OLE color: 859138.
HSL color Cylindrical-coordinate representation of color #021C0D: hue angle of 145.38º 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 #021C0D is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 28 | 13 | - |
| CMYK | 0.93 | 0 | 0.54 | 0.89 |
| HSL | 145.38º | 0.87% | 0.06% | - |
| HSV(B) | 145.38º | 0.93% | 0.11% | - |
| XYZ | 0.51 | 0.87 | 0.52 | - |
| YUV | 18.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 13 | 0.93 | 0 | 0.54 | 0.89 | 145.38 | 0.87 | 0.06 |
| Hex | 2 | 1C | D | 5D | 0 | 36 | 59 | 91 | 57 | 6 |
| Octal | 2 | 34 | 15 | 135 | 0 | 66 | 131 | 221 | 127 | 6 |
| Binary | 10 | 11100 | 1101 | 1011101 | 0 | 110110 | 1011001 | 10010001 | 1010111 | 110 |
Color Harmonies of #021C0D
Complementary color
Monochromatic Colors of #021C0D
Black with #021C0D
Text Example
Text Example
White with #021C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C0D; }
p { color: rgb(2,28,13); }
H1.HeaderClassName
{
color: #021C0D;
}
.AnyTagClassName
{
color: #021C0D;
}
</style>
background-color css
<style>
a { background-color: #021C0D; }
a { background-color: rgb(2,28,13); }
div.DivClassName
{
background-color: #021C0D;
}
.BgClassName
{
background-color: #021C0D;
}
</style>
border-color css
<style>
span { border-color: #021C0D; }
span { border-color: rgb(2,28,13); }
td.TdClassName
{
border-color: #021C0D;
}
.TagClassName
{
border-color: #021C0D;
}
</style>