Shades of Dark Green #051C18
Tints of Dark Green #051C18
RGB
CMYK
RGB Variations
Color information
#051C18 (or 0x051C18) is known color: Dark Green. HEX triplet: 05, 1C and 18. RGB value is (5,28,24). Sum of RGB (Red+Green+Blue) = 5+28+24=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 28 - color contains mainly: green. Hex color #051C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C18 is #FAE3E7. Grayscale: #141414. Windows color (decimal): -16442344 or 1580037. OLE color: 1580037.
HSL color Cylindrical-coordinate representation of color #051C18: hue angle of 169.57º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #051C18 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 28 | 24 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.89 |
| HSL | 169.57º | 0.7% | 0.06% | - |
| HSV(B) | 169.57º | 0.82% | 0.11% | - |
| XYZ | 0.64 | 0.93 | 1.01 | - |
| YUV | 20.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 24 | 0.82 | 0 | 0.14 | 0.89 | 169.57 | 0.7 | 0.06 |
| Hex | 5 | 1C | 18 | 52 | 0 | E | 59 | AA | 46 | 6 |
| Octal | 5 | 34 | 30 | 122 | 0 | 16 | 131 | 252 | 106 | 6 |
| Binary | 101 | 11100 | 11000 | 1010010 | 0 | 1110 | 1011001 | 10101010 | 1000110 | 110 |
Color Harmonies of #051C18
Complementary color
Monochromatic Colors of #051C18
Black with #051C18
Text Example
Text Example
White with #051C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C18; }
p { color: rgb(5,28,24); }
H1.HeaderClassName
{
color: #051C18;
}
.AnyTagClassName
{
color: #051C18;
}
</style>
background-color css
<style>
a { background-color: #051C18; }
a { background-color: rgb(5,28,24); }
div.DivClassName
{
background-color: #051C18;
}
.BgClassName
{
background-color: #051C18;
}
</style>
border-color css
<style>
span { border-color: #051C18; }
span { border-color: rgb(5,28,24); }
td.TdClassName
{
border-color: #051C18;
}
.TagClassName
{
border-color: #051C18;
}
</style>