Shades of Dark Green #020D0A
Tints of Dark Green #020D0A
RGB
CMYK
RGB Variations
Color information
#020D0A (or 0x020D0A) is known color: Dark Green. HEX triplet: 02, 0D and 0A. RGB value is (2,13,10). Sum of RGB (Red+Green+Blue) = 2+13+10=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 13 (5.47% from 255 or 52% from 25); Blue value is 10 (4.30% from 255 or 40% from 25); Max value from RGB is 13 - color contains mainly: green. Hex color #020D0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D0A is #FDF2F5. Grayscale: #090909. Windows color (decimal): -16642806 or 658690. OLE color: 658690.
HSL color Cylindrical-coordinate representation of color #020D0A: hue angle of 163.64º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #020D0A is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 2 | 13 | 10 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.95 |
| HSL | 163.64º | 0.73% | 0.03% | - |
| HSV(B) | 163.64º | 0.85% | 0.05% | - |
| XYZ | 0.22 | 0.32 | 0.34 | - |
| YUV | 9.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 10 | 0.85 | 0 | 0.23 | 0.95 | 163.64 | 0.73 | 0.03 |
| Hex | 2 | D | A | 55 | 0 | 17 | 5F | A4 | 49 | 3 |
| Octal | 2 | 15 | 12 | 125 | 0 | 27 | 137 | 244 | 111 | 3 |
| Binary | 10 | 1101 | 1010 | 1010101 | 0 | 10111 | 1011111 | 10100100 | 1001001 | 11 |
Color Harmonies of #020D0A
Complementary color
Monochromatic Colors of #020D0A
Black with #020D0A
Text Example
Text Example
White with #020D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D0A; }
p { color: rgb(2,13,10); }
H1.HeaderClassName
{
color: #020D0A;
}
.AnyTagClassName
{
color: #020D0A;
}
</style>
background-color css
<style>
a { background-color: #020D0A; }
a { background-color: rgb(2,13,10); }
div.DivClassName
{
background-color: #020D0A;
}
.BgClassName
{
background-color: #020D0A;
}
</style>
border-color css
<style>
span { border-color: #020D0A; }
span { border-color: rgb(2,13,10); }
td.TdClassName
{
border-color: #020D0A;
}
.TagClassName
{
border-color: #020D0A;
}
</style>