Shades of Dark Green #02130D
Tints of Dark Green #02130D
RGB
CMYK
RGB Variations
Color information
#02130D (or 0x02130D) is known color: Dark Green. HEX triplet: 02, 13 and 0D. RGB value is (2,19,13). Sum of RGB (Red+Green+Blue) = 2+19+13=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 19 (7.81% from 255 or 55.88% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 19 - color contains mainly: green. Hex color #02130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02130D is #FDECF2. Grayscale: #0D0D0D. Windows color (decimal): -16641267 or 856834. OLE color: 856834.
HSL color Cylindrical-coordinate representation of color #02130D: hue angle of 158.82º 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 #02130D is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 19 | 13 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.93 |
| HSL | 158.82º | 0.81% | 0.04% | - |
| HSV(B) | 158.82º | 0.89% | 0.07% | - |
| XYZ | 0.33 | 0.51 | 0.46 | - |
| YUV | 13.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 13 | 0.89 | 0 | 0.32 | 0.93 | 158.82 | 0.81 | 0.04 |
| Hex | 2 | 13 | D | 59 | 0 | 20 | 5D | 9F | 51 | 4 |
| Octal | 2 | 23 | 15 | 131 | 0 | 40 | 135 | 237 | 121 | 4 |
| Binary | 10 | 10011 | 1101 | 1011001 | 0 | 100000 | 1011101 | 10011111 | 1010001 | 100 |
Color Harmonies of #02130D
Complementary color
Monochromatic Colors of #02130D
Black with #02130D
Text Example
Text Example
White with #02130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02130D; }
p { color: rgb(2,19,13); }
H1.HeaderClassName
{
color: #02130D;
}
.AnyTagClassName
{
color: #02130D;
}
</style>
background-color css
<style>
a { background-color: #02130D; }
a { background-color: rgb(2,19,13); }
div.DivClassName
{
background-color: #02130D;
}
.BgClassName
{
background-color: #02130D;
}
</style>
border-color css
<style>
span { border-color: #02130D; }
span { border-color: rgb(2,19,13); }
td.TdClassName
{
border-color: #02130D;
}
.TagClassName
{
border-color: #02130D;
}
</style>