Shades of Dark Green #02130E
Tints of Dark Green #02130E
RGB
CMYK
RGB Variations
Color information
#02130E (or 0x02130E) is known color: Dark Green. HEX triplet: 02, 13 and 0E. RGB value is (2,19,14). Sum of RGB (Red+Green+Blue) = 2+19+14=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 19 (7.81% from 255 or 54.29% from 35); Blue value is 14 (5.86% from 255 or 40% from 35); Max value from RGB is 19 - color contains mainly: green. Hex color #02130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02130E is #FDECF1. Grayscale: #0D0D0D. Windows color (decimal): -16641266 or 922370. OLE color: 922370.
HSL color Cylindrical-coordinate representation of color #02130E: hue angle of 162.35º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #02130E is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 19 | 14 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.93 |
| HSL | 162.35º | 0.81% | 0.04% | - |
| HSV(B) | 162.35º | 0.89% | 0.07% | - |
| XYZ | 0.34 | 0.51 | 0.5 | - |
| YUV | 13.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 14 | 0.89 | 0 | 0.26 | 0.93 | 162.35 | 0.81 | 0.04 |
| Hex | 2 | 13 | E | 59 | 0 | 1A | 5D | A2 | 51 | 4 |
| Octal | 2 | 23 | 16 | 131 | 0 | 32 | 135 | 242 | 121 | 4 |
| Binary | 10 | 10011 | 1110 | 1011001 | 0 | 11010 | 1011101 | 10100010 | 1010001 | 100 |
Color Harmonies of #02130E
Complementary color
Monochromatic Colors of #02130E
Black with #02130E
Text Example
Text Example
White with #02130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02130E; }
p { color: rgb(2,19,14); }
H1.HeaderClassName
{
color: #02130E;
}
.AnyTagClassName
{
color: #02130E;
}
</style>
background-color css
<style>
a { background-color: #02130E; }
a { background-color: rgb(2,19,14); }
div.DivClassName
{
background-color: #02130E;
}
.BgClassName
{
background-color: #02130E;
}
</style>
border-color css
<style>
span { border-color: #02130E; }
span { border-color: rgb(2,19,14); }
td.TdClassName
{
border-color: #02130E;
}
.TagClassName
{
border-color: #02130E;
}
</style>