Shades of Dark Green #061D14
Tints of Dark Green #061D14
RGB
CMYK
RGB Variations
Color information
#061D14 (or 0x061D14) is known color: Dark Green. HEX triplet: 06, 1D and 14. RGB value is (6,29,20). Sum of RGB (Red+Green+Blue) = 6+29+20=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 29 (11.72% from 255 or 52.73% from 55); Blue value is 20 (8.20% from 255 or 36.36% from 55); Max value from RGB is 29 - color contains mainly: green. Hex color #061D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061D14 is #F9E2EB. Grayscale: #151515. Windows color (decimal): -16376556 or 1318150. OLE color: 1318150.
HSL color Cylindrical-coordinate representation of color #061D14: hue angle of 156.52º degrees, saturation: 0.66, 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 #061D14 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 29 | 20 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.89 |
| HSL | 156.52º | 0.66% | 0.07% | - |
| HSV(B) | 156.52º | 0.79% | 0.11% | - |
| XYZ | 0.64 | 0.97 | 0.81 | - |
| YUV | 21.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 20 | 0.79 | 0 | 0.31 | 0.89 | 156.52 | 0.66 | 0.07 |
| Hex | 6 | 1D | 14 | 4F | 0 | 1F | 59 | 9D | 42 | 7 |
| Octal | 6 | 35 | 24 | 117 | 0 | 37 | 131 | 235 | 102 | 7 |
| Binary | 110 | 11101 | 10100 | 1001111 | 0 | 11111 | 1011001 | 10011101 | 1000010 | 111 |
Color Harmonies of #061D14
Complementary color
Monochromatic Colors of #061D14
Black with #061D14
Text Example
Text Example
White with #061D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D14; }
p { color: rgb(6,29,20); }
H1.HeaderClassName
{
color: #061D14;
}
.AnyTagClassName
{
color: #061D14;
}
</style>
background-color css
<style>
a { background-color: #061D14; }
a { background-color: rgb(6,29,20); }
div.DivClassName
{
background-color: #061D14;
}
.BgClassName
{
background-color: #061D14;
}
</style>
border-color css
<style>
span { border-color: #061D14; }
span { border-color: rgb(6,29,20); }
td.TdClassName
{
border-color: #061D14;
}
.TagClassName
{
border-color: #061D14;
}
</style>