Shades of Dark Green #051E17
Tints of Dark Green #051E17
RGB
CMYK
RGB Variations
Color information
#051E17 (or 0x051E17) is known color: Dark Green. HEX triplet: 05, 1E and 17. RGB value is (5,30,23). Sum of RGB (Red+Green+Blue) = 5+30+23=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 30 (12.11% from 255 or 51.72% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 30 - color contains mainly: green. Hex color #051E17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051E17 is #FAE1E8. Grayscale: #151515. Windows color (decimal): -16441833 or 1515013. OLE color: 1515013.
HSL color Cylindrical-coordinate representation of color #051E17: hue angle of 163.2º 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 #051E17 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 30 | 23 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.88 |
| HSL | 163.2º | 0.71% | 0.07% | - |
| HSV(B) | 163.2º | 0.83% | 0.12% | - |
| XYZ | 0.68 | 1.02 | 0.97 | - |
| YUV | 21.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 23 | 0.83 | 0 | 0.23 | 0.88 | 163.2 | 0.71 | 0.07 |
| Hex | 5 | 1E | 17 | 53 | 0 | 17 | 58 | A3 | 47 | 7 |
| Octal | 5 | 36 | 27 | 123 | 0 | 27 | 130 | 243 | 107 | 7 |
| Binary | 101 | 11110 | 10111 | 1010011 | 0 | 10111 | 1011000 | 10100011 | 1000111 | 111 |
Color Harmonies of #051E17
Complementary color
Monochromatic Colors of #051E17
Black with #051E17
Text Example
Text Example
White with #051E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E17; }
p { color: rgb(5,30,23); }
H1.HeaderClassName
{
color: #051E17;
}
.AnyTagClassName
{
color: #051E17;
}
</style>
background-color css
<style>
a { background-color: #051E17; }
a { background-color: rgb(5,30,23); }
div.DivClassName
{
background-color: #051E17;
}
.BgClassName
{
background-color: #051E17;
}
</style>
border-color css
<style>
span { border-color: #051E17; }
span { border-color: rgb(5,30,23); }
td.TdClassName
{
border-color: #051E17;
}
.TagClassName
{
border-color: #051E17;
}
</style>