Shades of Dark Green #061D13
Tints of Dark Green #061D13
RGB
CMYK
RGB Variations
Color information
#061D13 (or 0x061D13) is known color: Dark Green. HEX triplet: 06, 1D and 13. RGB value is (6,29,19). Sum of RGB (Red+Green+Blue) = 6+29+19=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 29 (11.72% from 255 or 53.70% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 29 - color contains mainly: green. Hex color #061D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061D13 is #F9E2EC. Grayscale: #151515. Windows color (decimal): -16376557 or 1252614. OLE color: 1252614.
HSL color Cylindrical-coordinate representation of color #061D13: hue angle of 153.91º 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 #061D13 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 29 | 19 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.89 |
| HSL | 153.91º | 0.66% | 0.07% | - |
| HSV(B) | 153.91º | 0.79% | 0.11% | - |
| XYZ | 0.63 | 0.96 | 0.77 | - |
| YUV | 20.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 19 | 0.79 | 0 | 0.34 | 0.89 | 153.91 | 0.66 | 0.07 |
| Hex | 6 | 1D | 13 | 4F | 0 | 22 | 59 | 9A | 42 | 7 |
| Octal | 6 | 35 | 23 | 117 | 0 | 42 | 131 | 232 | 102 | 7 |
| Binary | 110 | 11101 | 10011 | 1001111 | 0 | 100010 | 1011001 | 10011010 | 1000010 | 111 |
Color Harmonies of #061D13
Complementary color
Monochromatic Colors of #061D13
Black with #061D13
Text Example
Text Example
White with #061D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D13; }
p { color: rgb(6,29,19); }
H1.HeaderClassName
{
color: #061D13;
}
.AnyTagClassName
{
color: #061D13;
}
</style>
background-color css
<style>
a { background-color: #061D13; }
a { background-color: rgb(6,29,19); }
div.DivClassName
{
background-color: #061D13;
}
.BgClassName
{
background-color: #061D13;
}
</style>
border-color css
<style>
span { border-color: #061D13; }
span { border-color: rgb(6,29,19); }
td.TdClassName
{
border-color: #061D13;
}
.TagClassName
{
border-color: #061D13;
}
</style>