Shades of Dark Green #051C1A
Tints of Dark Green #051C1A
RGB
CMYK
RGB Variations
Color information
#051C1A (or 0x051C1A) is known color: Dark Green. HEX triplet: 05, 1C and 1A. RGB value is (5,28,26). Sum of RGB (Red+Green+Blue) = 5+28+26=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 28 (11.33% from 255 or 47.46% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 28 - color contains mainly: green. Hex color #051C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C1A is #FAE3E5. Grayscale: #141414. Windows color (decimal): -16442342 or 1711109. OLE color: 1711109.
HSL color Cylindrical-coordinate representation of color #051C1A: hue angle of 174.78º 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 #051C1A is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 28 | 26 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.89 |
| HSL | 174.78º | 0.7% | 0.06% | - |
| HSV(B) | 174.78º | 0.82% | 0.11% | - |
| XYZ | 0.66 | 0.94 | 1.12 | - |
| YUV | 20.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 26 | 0.82 | 0 | 0.07 | 0.89 | 174.78 | 0.7 | 0.06 |
| Hex | 5 | 1C | 1A | 52 | 0 | 7 | 59 | AF | 46 | 6 |
| Octal | 5 | 34 | 32 | 122 | 0 | 7 | 131 | 257 | 106 | 6 |
| Binary | 101 | 11100 | 11010 | 1010010 | 0 | 111 | 1011001 | 10101111 | 1000110 | 110 |
Color Harmonies of #051C1A
Complementary color
Monochromatic Colors of #051C1A
Black with #051C1A
Text Example
Text Example
White with #051C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C1A; }
p { color: rgb(5,28,26); }
H1.HeaderClassName
{
color: #051C1A;
}
.AnyTagClassName
{
color: #051C1A;
}
</style>
background-color css
<style>
a { background-color: #051C1A; }
a { background-color: rgb(5,28,26); }
div.DivClassName
{
background-color: #051C1A;
}
.BgClassName
{
background-color: #051C1A;
}
</style>
border-color css
<style>
span { border-color: #051C1A; }
span { border-color: rgb(5,28,26); }
td.TdClassName
{
border-color: #051C1A;
}
.TagClassName
{
border-color: #051C1A;
}
</style>