Shades of Dark Green #02140D
Tints of Dark Green #02140D
RGB
CMYK
RGB Variations
Color information
#02140D (or 0x02140D) is known color: Dark Green. HEX triplet: 02, 14 and 0D. RGB value is (2,20,13). Sum of RGB (Red+Green+Blue) = 2+20+13=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 20 (8.20% from 255 or 57.14% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 20 - color contains mainly: green. Hex color #02140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02140D is #FDEBF2. Grayscale: #0D0D0D. Windows color (decimal): -16641011 or 857090. OLE color: 857090.
HSL color Cylindrical-coordinate representation of color #02140D: hue angle of 156.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #02140D is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 20 | 13 | - |
| CMYK | 0.90 | 0 | 0.35 | 0.92 |
| HSL | 156.67º | 0.82% | 0.04% | - |
| HSV(B) | 156.67º | 0.9% | 0.08% | - |
| XYZ | 0.35 | 0.54 | 0.47 | - |
| YUV | 13.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 13 | 0.90 | 0 | 0.35 | 0.92 | 156.67 | 0.82 | 0.04 |
| Hex | 2 | 14 | D | 5A | 0 | 23 | 5C | 9D | 52 | 4 |
| Octal | 2 | 24 | 15 | 132 | 0 | 43 | 134 | 235 | 122 | 4 |
| Binary | 10 | 10100 | 1101 | 1011010 | 0 | 100011 | 1011100 | 10011101 | 1010010 | 100 |
Color Harmonies of #02140D
Complementary color
Monochromatic Colors of #02140D
Black with #02140D
Text Example
Text Example
White with #02140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02140D; }
p { color: rgb(2,20,13); }
H1.HeaderClassName
{
color: #02140D;
}
.AnyTagClassName
{
color: #02140D;
}
</style>
background-color css
<style>
a { background-color: #02140D; }
a { background-color: rgb(2,20,13); }
div.DivClassName
{
background-color: #02140D;
}
.BgClassName
{
background-color: #02140D;
}
</style>
border-color css
<style>
span { border-color: #02140D; }
span { border-color: rgb(2,20,13); }
td.TdClassName
{
border-color: #02140D;
}
.TagClassName
{
border-color: #02140D;
}
</style>