Shades of Dark Green #061F1C
Tints of Dark Green #061F1C
RGB
CMYK
RGB Variations
Color information
#061F1C (or 0x061F1C) is known color: Dark Green. HEX triplet: 06, 1F and 1C. RGB value is (6,31,28). Sum of RGB (Red+Green+Blue) = 6+31+28=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 31 (12.5% from 255 or 47.69% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 31 - color contains mainly: green. Hex color #061F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F1C is #F9E0E3. Grayscale: #171717. Windows color (decimal): -16376036 or 1842950. OLE color: 1842950.
HSL color Cylindrical-coordinate representation of color #061F1C: hue angle of 172.8º 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 #061F1C is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 31 | 28 | - |
| CMYK | 0.81 | 0 | 0.10 | 0.88 |
| HSL | 172.8º | 0.68% | 0.07% | - |
| HSV(B) | 172.8º | 0.81% | 0.12% | - |
| XYZ | 0.77 | 1.1 | 1.27 | - |
| YUV | 23.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 28 | 0.81 | 0 | 0.10 | 0.88 | 172.8 | 0.68 | 0.07 |
| Hex | 6 | 1F | 1C | 51 | 0 | A | 58 | AD | 44 | 7 |
| Octal | 6 | 37 | 34 | 121 | 0 | 12 | 130 | 255 | 104 | 7 |
| Binary | 110 | 11111 | 11100 | 1010001 | 0 | 1010 | 1011000 | 10101101 | 1000100 | 111 |
Color Harmonies of #061F1C
Complementary color
Monochromatic Colors of #061F1C
Black with #061F1C
Text Example
Text Example
White with #061F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F1C; }
p { color: rgb(6,31,28); }
H1.HeaderClassName
{
color: #061F1C;
}
.AnyTagClassName
{
color: #061F1C;
}
</style>
background-color css
<style>
a { background-color: #061F1C; }
a { background-color: rgb(6,31,28); }
div.DivClassName
{
background-color: #061F1C;
}
.BgClassName
{
background-color: #061F1C;
}
</style>
border-color css
<style>
span { border-color: #061F1C; }
span { border-color: rgb(6,31,28); }
td.TdClassName
{
border-color: #061F1C;
}
.TagClassName
{
border-color: #061F1C;
}
</style>