Shades of Dark Green #021A0C
Tints of Dark Green #021A0C
RGB
CMYK
RGB Variations
Color information
#021A0C (or 0x021A0C) is known color: Dark Green. HEX triplet: 02, 1A and 0C. RGB value is (2,26,12). Sum of RGB (Red+Green+Blue) = 2+26+12=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 26 (10.55% from 255 or 65% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 26 - color contains mainly: green. Hex color #021A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021A0C is #FDE5F3. Grayscale: #111111. Windows color (decimal): -16639476 or 793090. OLE color: 793090.
HSL color Cylindrical-coordinate representation of color #021A0C: hue angle of 145º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021A0C is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 26 | 12 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.90 |
| HSL | 145º | 0.86% | 0.05% | - |
| HSV(B) | 145º | 0.92% | 0.1% | - |
| XYZ | 0.46 | 0.78 | 0.47 | - |
| YUV | 17.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 26 | 12 | 0.92 | 0 | 0.54 | 0.90 | 145 | 0.86 | 0.05 |
| Hex | 2 | 1A | C | 5C | 0 | 36 | 5A | 91 | 56 | 5 |
| Octal | 2 | 32 | 14 | 134 | 0 | 66 | 132 | 221 | 126 | 5 |
| Binary | 10 | 11010 | 1100 | 1011100 | 0 | 110110 | 1011010 | 10010001 | 1010110 | 101 |
Color Harmonies of #021A0C
Complementary color
Monochromatic Colors of #021A0C
Black with #021A0C
Text Example
Text Example
White with #021A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021A0C; }
p { color: rgb(2,26,12); }
H1.HeaderClassName
{
color: #021A0C;
}
.AnyTagClassName
{
color: #021A0C;
}
</style>
background-color css
<style>
a { background-color: #021A0C; }
a { background-color: rgb(2,26,12); }
div.DivClassName
{
background-color: #021A0C;
}
.BgClassName
{
background-color: #021A0C;
}
</style>
border-color css
<style>
span { border-color: #021A0C; }
span { border-color: rgb(2,26,12); }
td.TdClassName
{
border-color: #021A0C;
}
.TagClassName
{
border-color: #021A0C;
}
</style>