Shades of Dark Green #04140E
Tints of Dark Green #04140E
RGB
CMYK
RGB Variations
Color information
#04140E (or 0x04140E) is known color: Dark Green. HEX triplet: 04, 14 and 0E. RGB value is (4,20,14). Sum of RGB (Red+Green+Blue) = 4+20+14=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 20 (8.20% from 255 or 52.63% from 38); Blue value is 14 (5.86% from 255 or 36.84% from 38); Max value from RGB is 20 - color contains mainly: green. Hex color #04140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04140E is #FBEBF1. Grayscale: #0E0E0E. Windows color (decimal): -16509938 or 922628. OLE color: 922628.
HSL color Cylindrical-coordinate representation of color #04140E: hue angle of 157.5º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #04140E is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 4 | 20 | 14 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.92 |
| HSL | 157.5º | 0.67% | 0.05% | - |
| HSV(B) | 157.5º | 0.8% | 0.08% | - |
| XYZ | 0.38 | 0.56 | 0.5 | - |
| YUV | 14.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 20 | 14 | 0.80 | 0 | 0.30 | 0.92 | 157.5 | 0.67 | 0.05 |
| Hex | 4 | 14 | E | 50 | 0 | 1E | 5C | 9E | 43 | 5 |
| Octal | 4 | 24 | 16 | 120 | 0 | 36 | 134 | 236 | 103 | 5 |
| Binary | 100 | 10100 | 1110 | 1010000 | 0 | 11110 | 1011100 | 10011110 | 1000011 | 101 |
Color Harmonies of #04140E
Complementary color
Monochromatic Colors of #04140E
Black with #04140E
Text Example
Text Example
White with #04140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04140E; }
p { color: rgb(4,20,14); }
H1.HeaderClassName
{
color: #04140E;
}
.AnyTagClassName
{
color: #04140E;
}
</style>
background-color css
<style>
a { background-color: #04140E; }
a { background-color: rgb(4,20,14); }
div.DivClassName
{
background-color: #04140E;
}
.BgClassName
{
background-color: #04140E;
}
</style>
border-color css
<style>
span { border-color: #04140E; }
span { border-color: rgb(4,20,14); }
td.TdClassName
{
border-color: #04140E;
}
.TagClassName
{
border-color: #04140E;
}
</style>