Shades of Dark Green #051C0F
Tints of Dark Green #051C0F
RGB
CMYK
RGB Variations
Color information
#051C0F (or 0x051C0F) is known color: Dark Green. HEX triplet: 05, 1C and 0F. RGB value is (5,28,15). Sum of RGB (Red+Green+Blue) = 5+28+15=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 28 (11.33% from 255 or 58.33% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 28 - color contains mainly: green. Hex color #051C0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C0F is #FAE3F0. Grayscale: #131313. Windows color (decimal): -16442353 or 990213. OLE color: 990213.
HSL color Cylindrical-coordinate representation of color #051C0F: hue angle of 146.09º 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 #051C0F is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 28 | 15 | - |
| CMYK | 0.82 | 0 | 0.46 | 0.89 |
| HSL | 146.09º | 0.7% | 0.06% | - |
| HSV(B) | 146.09º | 0.82% | 0.11% | - |
| XYZ | 0.56 | 0.9 | 0.6 | - |
| YUV | 19.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 15 | 0.82 | 0 | 0.46 | 0.89 | 146.09 | 0.7 | 0.06 |
| Hex | 5 | 1C | F | 52 | 0 | 2E | 59 | 92 | 46 | 6 |
| Octal | 5 | 34 | 17 | 122 | 0 | 56 | 131 | 222 | 106 | 6 |
| Binary | 101 | 11100 | 1111 | 1010010 | 0 | 101110 | 1011001 | 10010010 | 1000110 | 110 |
Color Harmonies of #051C0F
Complementary color
Monochromatic Colors of #051C0F
Black with #051C0F
Text Example
Text Example
White with #051C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C0F; }
p { color: rgb(5,28,15); }
H1.HeaderClassName
{
color: #051C0F;
}
.AnyTagClassName
{
color: #051C0F;
}
</style>
background-color css
<style>
a { background-color: #051C0F; }
a { background-color: rgb(5,28,15); }
div.DivClassName
{
background-color: #051C0F;
}
.BgClassName
{
background-color: #051C0F;
}
</style>
border-color css
<style>
span { border-color: #051C0F; }
span { border-color: rgb(5,28,15); }
td.TdClassName
{
border-color: #051C0F;
}
.TagClassName
{
border-color: #051C0F;
}
</style>