Shades of Dark Green #061F1D
Tints of Dark Green #061F1D
RGB
CMYK
RGB Variations
Color information
#061F1D (or 0x061F1D) is known color: Dark Green. HEX triplet: 06, 1F and 1D. RGB value is (6,31,29). Sum of RGB (Red+Green+Blue) = 6+31+29=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 31 (12.5% from 255 or 46.97% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 31 - color contains mainly: green. Hex color #061F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F1D is #F9E0E2. Grayscale: #171717. Windows color (decimal): -16376035 or 1908486. OLE color: 1908486.
HSL color Cylindrical-coordinate representation of color #061F1D: hue angle of 175.2º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061F1D is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 31 | 29 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.88 |
| HSL | 175.2º | 0.68% | 0.07% | - |
| HSV(B) | 175.2º | 0.81% | 0.12% | - |
| XYZ | 0.79 | 1.11 | 1.33 | - |
| YUV | 23.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 29 | 0.81 | 0 | 0.06 | 0.88 | 175.2 | 0.68 | 0.07 |
| Hex | 6 | 1F | 1D | 51 | 0 | 6 | 58 | AF | 44 | 7 |
| Octal | 6 | 37 | 35 | 121 | 0 | 6 | 130 | 257 | 104 | 7 |
| Binary | 110 | 11111 | 11101 | 1010001 | 0 | 110 | 1011000 | 10101111 | 1000100 | 111 |
Color Harmonies of #061F1D
Complementary color
Monochromatic Colors of #061F1D
Black with #061F1D
Text Example
Text Example
White with #061F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F1D; }
p { color: rgb(6,31,29); }
H1.HeaderClassName
{
color: #061F1D;
}
.AnyTagClassName
{
color: #061F1D;
}
</style>
background-color css
<style>
a { background-color: #061F1D; }
a { background-color: rgb(6,31,29); }
div.DivClassName
{
background-color: #061F1D;
}
.BgClassName
{
background-color: #061F1D;
}
</style>
border-color css
<style>
span { border-color: #061F1D; }
span { border-color: rgb(6,31,29); }
td.TdClassName
{
border-color: #061F1D;
}
.TagClassName
{
border-color: #061F1D;
}
</style>