Shades of Dark Green #051C10
Tints of Dark Green #051C10
RGB
CMYK
RGB Variations
Color information
#051C10 (or 0x051C10) is known color: Dark Green. HEX triplet: 05, 1C and 10. RGB value is (5,28,16). Sum of RGB (Red+Green+Blue) = 5+28+16=49 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.20% from 49); Green value is 28 (11.33% from 255 or 57.14% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 28 - color contains mainly: green. Hex color #051C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C10 is #FAE3EF. Grayscale: #131313. Windows color (decimal): -16442352 or 1055749. OLE color: 1055749.
HSL color Cylindrical-coordinate representation of color #051C10: hue angle of 148.7º 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 #051C10 is Cyan = 0.82, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 28 | 16 | - |
| CMYK | 0.82 | 0 | 0.43 | 0.89 |
| HSL | 148.7º | 0.7% | 0.06% | - |
| HSV(B) | 148.7º | 0.82% | 0.11% | - |
| XYZ | 0.57 | 0.9 | 0.63 | - |
| YUV | 19.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 16 | 0.82 | 0 | 0.43 | 0.89 | 148.7 | 0.7 | 0.06 |
| Hex | 5 | 1C | 10 | 52 | 0 | 2B | 59 | 95 | 46 | 6 |
| Octal | 5 | 34 | 20 | 122 | 0 | 53 | 131 | 225 | 106 | 6 |
| Binary | 101 | 11100 | 10000 | 1010010 | 0 | 101011 | 1011001 | 10010101 | 1000110 | 110 |
Color Harmonies of #051C10
Complementary color
Monochromatic Colors of #051C10
Black with #051C10
Text Example
Text Example
White with #051C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C10; }
p { color: rgb(5,28,16); }
H1.HeaderClassName
{
color: #051C10;
}
.AnyTagClassName
{
color: #051C10;
}
</style>
background-color css
<style>
a { background-color: #051C10; }
a { background-color: rgb(5,28,16); }
div.DivClassName
{
background-color: #051C10;
}
.BgClassName
{
background-color: #051C10;
}
</style>
border-color css
<style>
span { border-color: #051C10; }
span { border-color: rgb(5,28,16); }
td.TdClassName
{
border-color: #051C10;
}
.TagClassName
{
border-color: #051C10;
}
</style>