Shades of Dark Green #061D1D
Tints of Dark Green #061D1D
RGB
CMYK
RGB Variations
Color information
#061D1D (or 0x061D1D) is known color: Dark Green. HEX triplet: 06, 1D and 1D. RGB value is (6,29,29). Sum of RGB (Red+Green+Blue) = 6+29+29=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 29 - color contains mainly: green, blue. Hex color #061D1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D1D is #F9E2E2. Grayscale: #161616. Windows color (decimal): -16376547 or 1907974. OLE color: 1907974.
HSL color Cylindrical-coordinate representation of color #061D1D: hue angle of 180º 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 #061D1D is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 29 | 29 | - |
| CMYK | 0.79 | 0 | 0 | 0.89 |
| HSL | 180º | 0.66% | 0.07% | - |
| HSV(B) | 180º | 0.79% | 0.11% | - |
| XYZ | 0.74 | 1.01 | 1.32 | - |
| YUV | 22.12 | 131.88 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 29 | 0.79 | 0 | 0 | 0.89 | 180 | 0.66 | 0.07 |
| Hex | 6 | 1D | 1D | 4F | 0 | 0 | 59 | B4 | 42 | 7 |
| Octal | 6 | 35 | 35 | 117 | 0 | 0 | 131 | 264 | 102 | 7 |
| Binary | 110 | 11101 | 11101 | 1001111 | 0 | 0 | 1011001 | 10110100 | 1000010 | 111 |
Color Harmonies of #061D1D
Complementary color
Monochromatic Colors of #061D1D
Black with #061D1D
Text Example
Text Example
White with #061D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D1D; }
p { color: rgb(6,29,29); }
H1.HeaderClassName
{
color: #061D1D;
}
.AnyTagClassName
{
color: #061D1D;
}
</style>
background-color css
<style>
a { background-color: #061D1D; }
a { background-color: rgb(6,29,29); }
div.DivClassName
{
background-color: #061D1D;
}
.BgClassName
{
background-color: #061D1D;
}
</style>
border-color css
<style>
span { border-color: #061D1D; }
span { border-color: rgb(6,29,29); }
td.TdClassName
{
border-color: #061D1D;
}
.TagClassName
{
border-color: #061D1D;
}
</style>