Shades of Dark Green #02140E
Tints of Dark Green #02140E
RGB
CMYK
RGB Variations
Color information
#02140E (or 0x02140E) is known color: Dark Green. HEX triplet: 02, 14 and 0E. RGB value is (2,20,14). Sum of RGB (Red+Green+Blue) = 2+20+14=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 20 (8.20% from 255 or 55.56% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 20 - color contains mainly: green. Hex color #02140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02140E is #FDEBF1. Grayscale: #0D0D0D. Windows color (decimal): -16641010 or 922626. OLE color: 922626.
HSL color Cylindrical-coordinate representation of color #02140E: hue angle of 160º 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 #02140E is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 20 | 14 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.92 |
| HSL | 160º | 0.82% | 0.04% | - |
| HSV(B) | 160º | 0.9% | 0.08% | - |
| XYZ | 0.35 | 0.54 | 0.5 | - |
| YUV | 13.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 14 | 0.90 | 0 | 0.30 | 0.92 | 160 | 0.82 | 0.04 |
| Hex | 2 | 14 | E | 5A | 0 | 1E | 5C | A0 | 52 | 4 |
| Octal | 2 | 24 | 16 | 132 | 0 | 36 | 134 | 240 | 122 | 4 |
| Binary | 10 | 10100 | 1110 | 1011010 | 0 | 11110 | 1011100 | 10100000 | 1010010 | 100 |
Color Harmonies of #02140E
Complementary color
Monochromatic Colors of #02140E
Black with #02140E
Text Example
Text Example
White with #02140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02140E; }
p { color: rgb(2,20,14); }
H1.HeaderClassName
{
color: #02140E;
}
.AnyTagClassName
{
color: #02140E;
}
</style>
background-color css
<style>
a { background-color: #02140E; }
a { background-color: rgb(2,20,14); }
div.DivClassName
{
background-color: #02140E;
}
.BgClassName
{
background-color: #02140E;
}
</style>
border-color css
<style>
span { border-color: #02140E; }
span { border-color: rgb(2,20,14); }
td.TdClassName
{
border-color: #02140E;
}
.TagClassName
{
border-color: #02140E;
}
</style>