Shades of Dark Green #061D1C
Tints of Dark Green #061D1C
RGB
CMYK
RGB Variations
Color information
#061D1C (or 0x061D1C) is known color: Dark Green. HEX triplet: 06, 1D and 1C. RGB value is (6,29,28). Sum of RGB (Red+Green+Blue) = 6+29+28=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 29 (11.72% from 255 or 46.03% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 29 - color contains mainly: green. Hex color #061D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D1C is #F9E2E3. Grayscale: #151515. Windows color (decimal): -16376548 or 1842438. OLE color: 1842438.
HSL color Cylindrical-coordinate representation of color #061D1C: hue angle of 177.39º 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 #061D1C is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 29 | 28 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.89 |
| HSL | 177.39º | 0.66% | 0.07% | - |
| HSV(B) | 177.39º | 0.79% | 0.11% | - |
| XYZ | 0.72 | 1 | 1.25 | - |
| YUV | 22.01 | 131.38 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 28 | 0.79 | 0 | 0.03 | 0.89 | 177.39 | 0.66 | 0.07 |
| Hex | 6 | 1D | 1C | 4F | 0 | 3 | 59 | B1 | 42 | 7 |
| Octal | 6 | 35 | 34 | 117 | 0 | 3 | 131 | 261 | 102 | 7 |
| Binary | 110 | 11101 | 11100 | 1001111 | 0 | 11 | 1011001 | 10110001 | 1000010 | 111 |
Color Harmonies of #061D1C
Complementary color
Monochromatic Colors of #061D1C
Black with #061D1C
Text Example
Text Example
White with #061D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D1C; }
p { color: rgb(6,29,28); }
H1.HeaderClassName
{
color: #061D1C;
}
.AnyTagClassName
{
color: #061D1C;
}
</style>
background-color css
<style>
a { background-color: #061D1C; }
a { background-color: rgb(6,29,28); }
div.DivClassName
{
background-color: #061D1C;
}
.BgClassName
{
background-color: #061D1C;
}
</style>
border-color css
<style>
span { border-color: #061D1C; }
span { border-color: rgb(6,29,28); }
td.TdClassName
{
border-color: #061D1C;
}
.TagClassName
{
border-color: #061D1C;
}
</style>