Shades of Dark Green #051C0C
Tints of Dark Green #051C0C
RGB
CMYK
RGB Variations
Color information
#051C0C (or 0x051C0C) is known color: Dark Green. HEX triplet: 05, 1C and 0C. RGB value is (5,28,12). Sum of RGB (Red+Green+Blue) = 5+28+12=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 28 (11.33% from 255 or 62.22% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 28 - color contains mainly: green. Hex color #051C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C0C is #FAE3F3. Grayscale: #131313. Windows color (decimal): -16442356 or 793605. OLE color: 793605.
HSL color Cylindrical-coordinate representation of color #051C0C: hue angle of 138.26º 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 #051C0C is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 5 | 28 | 12 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.89 |
| HSL | 138.26º | 0.7% | 0.06% | - |
| HSV(B) | 138.26º | 0.82% | 0.11% | - |
| XYZ | 0.54 | 0.89 | 0.49 | - |
| YUV | 19.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 28 | 12 | 0.82 | 0 | 0.57 | 0.89 | 138.26 | 0.7 | 0.06 |
| Hex | 5 | 1C | C | 52 | 0 | 39 | 59 | 8A | 46 | 6 |
| Octal | 5 | 34 | 14 | 122 | 0 | 71 | 131 | 212 | 106 | 6 |
| Binary | 101 | 11100 | 1100 | 1010010 | 0 | 111001 | 1011001 | 10001010 | 1000110 | 110 |
Color Harmonies of #051C0C
Complementary color
Monochromatic Colors of #051C0C
Black with #051C0C
Text Example
Text Example
White with #051C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051C0C; }
p { color: rgb(5,28,12); }
H1.HeaderClassName
{
color: #051C0C;
}
.AnyTagClassName
{
color: #051C0C;
}
</style>
background-color css
<style>
a { background-color: #051C0C; }
a { background-color: rgb(5,28,12); }
div.DivClassName
{
background-color: #051C0C;
}
.BgClassName
{
background-color: #051C0C;
}
</style>
border-color css
<style>
span { border-color: #051C0C; }
span { border-color: rgb(5,28,12); }
td.TdClassName
{
border-color: #051C0C;
}
.TagClassName
{
border-color: #051C0C;
}
</style>