Shades of Dark Green #02130F
Tints of Dark Green #02130F
RGB
CMYK
RGB Variations
Color information
#02130F (or 0x02130F) is known color: Dark Green. HEX triplet: 02, 13 and 0F. RGB value is (2,19,15). Sum of RGB (Red+Green+Blue) = 2+19+15=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #02130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02130F is #FDECF0. Grayscale: #0D0D0D. Windows color (decimal): -16641265 or 987906. OLE color: 987906.
HSL color Cylindrical-coordinate representation of color #02130F: hue angle of 165.88º 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 #02130F is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 19 | 15 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.93 |
| HSL | 165.88º | 0.81% | 0.04% | - |
| HSV(B) | 165.88º | 0.89% | 0.07% | - |
| XYZ | 0.34 | 0.51 | 0.53 | - |
| YUV | 13.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 15 | 0.89 | 0 | 0.21 | 0.93 | 165.88 | 0.81 | 0.04 |
| Hex | 2 | 13 | F | 59 | 0 | 15 | 5D | A6 | 51 | 4 |
| Octal | 2 | 23 | 17 | 131 | 0 | 25 | 135 | 246 | 121 | 4 |
| Binary | 10 | 10011 | 1111 | 1011001 | 0 | 10101 | 1011101 | 10100110 | 1010001 | 100 |
Color Harmonies of #02130F
Complementary color
Monochromatic Colors of #02130F
Black with #02130F
Text Example
Text Example
White with #02130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02130F; }
p { color: rgb(2,19,15); }
H1.HeaderClassName
{
color: #02130F;
}
.AnyTagClassName
{
color: #02130F;
}
</style>
background-color css
<style>
a { background-color: #02130F; }
a { background-color: rgb(2,19,15); }
div.DivClassName
{
background-color: #02130F;
}
.BgClassName
{
background-color: #02130F;
}
</style>
border-color css
<style>
span { border-color: #02130F; }
span { border-color: rgb(2,19,15); }
td.TdClassName
{
border-color: #02130F;
}
.TagClassName
{
border-color: #02130F;
}
</style>