Shades of Dark Green #051E1C
Tints of Dark Green #051E1C
RGB
CMYK
RGB Variations
Color information
#051E1C (or 0x051E1C) is known color: Dark Green. HEX triplet: 05, 1E and 1C. RGB value is (5,30,28). Sum of RGB (Red+Green+Blue) = 5+30+28=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 30 (12.11% from 255 or 47.62% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 30 - color contains mainly: green. Hex color #051E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E1C is #FAE1E3. Grayscale: #161616. Windows color (decimal): -16441828 or 1842693. OLE color: 1842693.
HSL color Cylindrical-coordinate representation of color #051E1C: hue angle of 175.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 #051E1C is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 30 | 28 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.88 |
| HSL | 175.2º | 0.71% | 0.07% | - |
| HSV(B) | 175.2º | 0.83% | 0.12% | - |
| XYZ | 0.74 | 1.04 | 1.26 | - |
| YUV | 22.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 28 | 0.83 | 0 | 0.07 | 0.88 | 175.2 | 0.71 | 0.07 |
| Hex | 5 | 1E | 1C | 53 | 0 | 7 | 58 | AF | 47 | 7 |
| Octal | 5 | 36 | 34 | 123 | 0 | 7 | 130 | 257 | 107 | 7 |
| Binary | 101 | 11110 | 11100 | 1010011 | 0 | 111 | 1011000 | 10101111 | 1000111 | 111 |
Color Harmonies of #051E1C
Complementary color
Monochromatic Colors of #051E1C
Black with #051E1C
Text Example
Text Example
White with #051E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E1C; }
p { color: rgb(5,30,28); }
H1.HeaderClassName
{
color: #051E1C;
}
.AnyTagClassName
{
color: #051E1C;
}
</style>
background-color css
<style>
a { background-color: #051E1C; }
a { background-color: rgb(5,30,28); }
div.DivClassName
{
background-color: #051E1C;
}
.BgClassName
{
background-color: #051E1C;
}
</style>
border-color css
<style>
span { border-color: #051E1C; }
span { border-color: rgb(5,30,28); }
td.TdClassName
{
border-color: #051E1C;
}
.TagClassName
{
border-color: #051E1C;
}
</style>