Shades of Dark Green #061D1A
Tints of Dark Green #061D1A
RGB
CMYK
RGB Variations
Color information
#061D1A (or 0x061D1A) is known color: Dark Green. HEX triplet: 06, 1D and 1A. RGB value is (6,29,26). Sum of RGB (Red+Green+Blue) = 6+29+26=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 29 (11.72% from 255 or 47.54% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 29 - color contains mainly: green. Hex color #061D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D1A is #F9E2E5. Grayscale: #151515. Windows color (decimal): -16376550 or 1711366. OLE color: 1711366.
HSL color Cylindrical-coordinate representation of color #061D1A: hue angle of 172.17º 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 #061D1A is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 29 | 26 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.89 |
| HSL | 172.17º | 0.66% | 0.07% | - |
| HSV(B) | 172.17º | 0.79% | 0.11% | - |
| XYZ | 0.7 | 0.99 | 1.13 | - |
| YUV | 21.78 | 130.38 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 26 | 0.79 | 0 | 0.10 | 0.89 | 172.17 | 0.66 | 0.07 |
| Hex | 6 | 1D | 1A | 4F | 0 | A | 59 | AC | 42 | 7 |
| Octal | 6 | 35 | 32 | 117 | 0 | 12 | 131 | 254 | 102 | 7 |
| Binary | 110 | 11101 | 11010 | 1001111 | 0 | 1010 | 1011001 | 10101100 | 1000010 | 111 |
Color Harmonies of #061D1A
Complementary color
Monochromatic Colors of #061D1A
Black with #061D1A
Text Example
Text Example
White with #061D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D1A; }
p { color: rgb(6,29,26); }
H1.HeaderClassName
{
color: #061D1A;
}
.AnyTagClassName
{
color: #061D1A;
}
</style>
background-color css
<style>
a { background-color: #061D1A; }
a { background-color: rgb(6,29,26); }
div.DivClassName
{
background-color: #061D1A;
}
.BgClassName
{
background-color: #061D1A;
}
</style>
border-color css
<style>
span { border-color: #061D1A; }
span { border-color: rgb(6,29,26); }
td.TdClassName
{
border-color: #061D1A;
}
.TagClassName
{
border-color: #061D1A;
}
</style>