Shades of Dark Green #061C14
Tints of Dark Green #061C14
RGB
CMYK
RGB Variations
Color information
#061C14 (or 0x061C14) is known color: Dark Green. HEX triplet: 06, 1C and 14. RGB value is (6,28,20). Sum of RGB (Red+Green+Blue) = 6+28+20=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 28 (11.33% from 255 or 51.85% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 28 - color contains mainly: green. Hex color #061C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061C14 is #F9E3EB. Grayscale: #141414. Windows color (decimal): -16376812 or 1317894. OLE color: 1317894.
HSL color Cylindrical-coordinate representation of color #061C14: hue angle of 158.18º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #061C14 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 28 | 20 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.89 |
| HSL | 158.18º | 0.65% | 0.07% | - |
| HSV(B) | 158.18º | 0.79% | 0.11% | - |
| XYZ | 0.62 | 0.92 | 0.81 | - |
| YUV | 20.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 20 | 0.79 | 0 | 0.29 | 0.89 | 158.18 | 0.65 | 0.07 |
| Hex | 6 | 1C | 14 | 4F | 0 | 1D | 59 | 9E | 41 | 7 |
| Octal | 6 | 34 | 24 | 117 | 0 | 35 | 131 | 236 | 101 | 7 |
| Binary | 110 | 11100 | 10100 | 1001111 | 0 | 11101 | 1011001 | 10011110 | 1000001 | 111 |
Color Harmonies of #061C14
Complementary color
Monochromatic Colors of #061C14
Black with #061C14
Text Example
Text Example
White with #061C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C14; }
p { color: rgb(6,28,20); }
H1.HeaderClassName
{
color: #061C14;
}
.AnyTagClassName
{
color: #061C14;
}
</style>
background-color css
<style>
a { background-color: #061C14; }
a { background-color: rgb(6,28,20); }
div.DivClassName
{
background-color: #061C14;
}
.BgClassName
{
background-color: #061C14;
}
</style>
border-color css
<style>
span { border-color: #061C14; }
span { border-color: rgb(6,28,20); }
td.TdClassName
{
border-color: #061C14;
}
.TagClassName
{
border-color: #061C14;
}
</style>