Shades of Dark Green #051E0C
Tints of Dark Green #051E0C
RGB
CMYK
RGB Variations
Color information
#051E0C (or 0x051E0C) is known color: Dark Green. HEX triplet: 05, 1E and 0C. RGB value is (5,30,12). Sum of RGB (Red+Green+Blue) = 5+30+12=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 30 (12.11% from 255 or 63.83% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 30 - color contains mainly: green. Hex color #051E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051E0C is #FAE1F3. Grayscale: #141414. Windows color (decimal): -16441844 or 794117. OLE color: 794117.
HSL color Cylindrical-coordinate representation of color #051E0C: hue angle of 136.8º 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 #051E0C is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 30 | 12 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.88 |
| HSL | 136.8º | 0.71% | 0.07% | - |
| HSV(B) | 136.8º | 0.83% | 0.12% | - |
| XYZ | 0.59 | 0.99 | 0.51 | - |
| YUV | 20.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 12 | 0.83 | 0 | 0.60 | 0.88 | 136.8 | 0.71 | 0.07 |
| Hex | 5 | 1E | C | 53 | 0 | 3C | 58 | 89 | 47 | 7 |
| Octal | 5 | 36 | 14 | 123 | 0 | 74 | 130 | 211 | 107 | 7 |
| Binary | 101 | 11110 | 1100 | 1010011 | 0 | 111100 | 1011000 | 10001001 | 1000111 | 111 |
Color Harmonies of #051E0C
Complementary color
Monochromatic Colors of #051E0C
Black with #051E0C
Text Example
Text Example
White with #051E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E0C; }
p { color: rgb(5,30,12); }
H1.HeaderClassName
{
color: #051E0C;
}
.AnyTagClassName
{
color: #051E0C;
}
</style>
background-color css
<style>
a { background-color: #051E0C; }
a { background-color: rgb(5,30,12); }
div.DivClassName
{
background-color: #051E0C;
}
.BgClassName
{
background-color: #051E0C;
}
</style>
border-color css
<style>
span { border-color: #051E0C; }
span { border-color: rgb(5,30,12); }
td.TdClassName
{
border-color: #051E0C;
}
.TagClassName
{
border-color: #051E0C;
}
</style>