Shades of Dark Green #051E0E
Tints of Dark Green #051E0E
RGB
CMYK
RGB Variations
Color information
#051E0E (or 0x051E0E) is known color: Dark Green. HEX triplet: 05, 1E and 0E. RGB value is (5,30,14). Sum of RGB (Red+Green+Blue) = 5+30+14=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 30 (12.11% from 255 or 61.22% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 30 - color contains mainly: green. Hex color #051E0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051E0E is #FAE1F1. Grayscale: #141414. Windows color (decimal): -16441842 or 925189. OLE color: 925189.
HSL color Cylindrical-coordinate representation of color #051E0E: hue angle of 141.6º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #051E0E is Cyan = 0.83, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 30 | 14 | - |
| CMYK | 0.83 | 0 | 0.53 | 0.88 |
| HSL | 141.6º | 0.71% | 0.07% | - |
| HSV(B) | 141.6º | 0.83% | 0.12% | - |
| XYZ | 0.61 | 0.99 | 0.58 | - |
| YUV | 20.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 14 | 0.83 | 0 | 0.53 | 0.88 | 141.6 | 0.71 | 0.07 |
| Hex | 5 | 1E | E | 53 | 0 | 35 | 58 | 8E | 47 | 7 |
| Octal | 5 | 36 | 16 | 123 | 0 | 65 | 130 | 216 | 107 | 7 |
| Binary | 101 | 11110 | 1110 | 1010011 | 0 | 110101 | 1011000 | 10001110 | 1000111 | 111 |
Color Harmonies of #051E0E
Complementary color
Monochromatic Colors of #051E0E
Black with #051E0E
Text Example
Text Example
White with #051E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E0E; }
p { color: rgb(5,30,14); }
H1.HeaderClassName
{
color: #051E0E;
}
.AnyTagClassName
{
color: #051E0E;
}
</style>
background-color css
<style>
a { background-color: #051E0E; }
a { background-color: rgb(5,30,14); }
div.DivClassName
{
background-color: #051E0E;
}
.BgClassName
{
background-color: #051E0E;
}
</style>
border-color css
<style>
span { border-color: #051E0E; }
span { border-color: rgb(5,30,14); }
td.TdClassName
{
border-color: #051E0E;
}
.TagClassName
{
border-color: #051E0E;
}
</style>