Shades of Dark Green #02140C
Tints of Dark Green #02140C
RGB
CMYK
RGB Variations
Color information
#02140C (or 0x02140C) is known color: Dark Green. HEX triplet: 02, 14 and 0C. RGB value is (2,20,12). Sum of RGB (Red+Green+Blue) = 2+20+12=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 20 (8.20% from 255 or 58.82% from 34); Blue value is 12 (5.08% from 255 or 35.29% from 34); Max value from RGB is 20 - color contains mainly: green. Hex color #02140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02140C is #FDEBF3. Grayscale: #0D0D0D. Windows color (decimal): -16641012 or 791554. OLE color: 791554.
HSL color Cylindrical-coordinate representation of color #02140C: hue angle of 153.33º 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 #02140C is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 20 | 12 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.92 |
| HSL | 153.33º | 0.82% | 0.04% | - |
| HSV(B) | 153.33º | 0.9% | 0.08% | - |
| XYZ | 0.34 | 0.54 | 0.43 | - |
| YUV | 13.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 20 | 12 | 0.90 | 0 | 0.40 | 0.92 | 153.33 | 0.82 | 0.04 |
| Hex | 2 | 14 | C | 5A | 0 | 28 | 5C | 99 | 52 | 4 |
| Octal | 2 | 24 | 14 | 132 | 0 | 50 | 134 | 231 | 122 | 4 |
| Binary | 10 | 10100 | 1100 | 1011010 | 0 | 101000 | 1011100 | 10011001 | 1010010 | 100 |
Color Harmonies of #02140C
Complementary color
Monochromatic Colors of #02140C
Black with #02140C
Text Example
Text Example
White with #02140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02140C; }
p { color: rgb(2,20,12); }
H1.HeaderClassName
{
color: #02140C;
}
.AnyTagClassName
{
color: #02140C;
}
</style>
background-color css
<style>
a { background-color: #02140C; }
a { background-color: rgb(2,20,12); }
div.DivClassName
{
background-color: #02140C;
}
.BgClassName
{
background-color: #02140C;
}
</style>
border-color css
<style>
span { border-color: #02140C; }
span { border-color: rgb(2,20,12); }
td.TdClassName
{
border-color: #02140C;
}
.TagClassName
{
border-color: #02140C;
}
</style>