Shades of Dark Green #02130C
Tints of Dark Green #02130C
RGB
CMYK
RGB Variations
Color information
#02130C (or 0x02130C) is known color: Dark Green. HEX triplet: 02, 13 and 0C. RGB value is (2,19,12). Sum of RGB (Red+Green+Blue) = 2+19+12=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 19 (7.81% from 255 or 57.58% from 33); Blue value is 12 (5.08% from 255 or 36.36% from 33); Max value from RGB is 19 - color contains mainly: green. Hex color #02130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02130C is #FDECF3. Grayscale: #0D0D0D. Windows color (decimal): -16641268 or 791298. OLE color: 791298.
HSL color Cylindrical-coordinate representation of color #02130C: hue angle of 155.29º 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 #02130C is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 19 | 12 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.93 |
| HSL | 155.29º | 0.81% | 0.04% | - |
| HSV(B) | 155.29º | 0.89% | 0.07% | - |
| XYZ | 0.32 | 0.51 | 0.43 | - |
| YUV | 13.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 12 | 0.89 | 0 | 0.37 | 0.93 | 155.29 | 0.81 | 0.04 |
| Hex | 2 | 13 | C | 59 | 0 | 25 | 5D | 9B | 51 | 4 |
| Octal | 2 | 23 | 14 | 131 | 0 | 45 | 135 | 233 | 121 | 4 |
| Binary | 10 | 10011 | 1100 | 1011001 | 0 | 100101 | 1011101 | 10011011 | 1010001 | 100 |
Color Harmonies of #02130C
Complementary color
Monochromatic Colors of #02130C
Black with #02130C
Text Example
Text Example
White with #02130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02130C; }
p { color: rgb(2,19,12); }
H1.HeaderClassName
{
color: #02130C;
}
.AnyTagClassName
{
color: #02130C;
}
</style>
background-color css
<style>
a { background-color: #02130C; }
a { background-color: rgb(2,19,12); }
div.DivClassName
{
background-color: #02130C;
}
.BgClassName
{
background-color: #02130C;
}
</style>
border-color css
<style>
span { border-color: #02130C; }
span { border-color: rgb(2,19,12); }
td.TdClassName
{
border-color: #02130C;
}
.TagClassName
{
border-color: #02130C;
}
</style>