Shades of Dark Green #061E1C
Tints of Dark Green #061E1C
RGB
CMYK
RGB Variations
Color information
#061E1C (or 0x061E1C) is known color: Dark Green. HEX triplet: 06, 1E and 1C. RGB value is (6,30,28). Sum of RGB (Red+Green+Blue) = 6+30+28=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 30 (12.11% from 255 or 46.88% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 30 - color contains mainly: green. Hex color #061E1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E1C is #F9E1E3. Grayscale: #161616. Windows color (decimal): -16376292 or 1842694. OLE color: 1842694.
HSL color Cylindrical-coordinate representation of color #061E1C: hue angle of 175º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #061E1C is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 30 | 28 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.88 |
| HSL | 175º | 0.67% | 0.07% | - |
| HSV(B) | 175º | 0.8% | 0.12% | - |
| XYZ | 0.75 | 1.05 | 1.26 | - |
| YUV | 22.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 28 | 0.80 | 0 | 0.07 | 0.88 | 175 | 0.67 | 0.07 |
| Hex | 6 | 1E | 1C | 50 | 0 | 7 | 58 | AF | 43 | 7 |
| Octal | 6 | 36 | 34 | 120 | 0 | 7 | 130 | 257 | 103 | 7 |
| Binary | 110 | 11110 | 11100 | 1010000 | 0 | 111 | 1011000 | 10101111 | 1000011 | 111 |
Color Harmonies of #061E1C
Complementary color
Monochromatic Colors of #061E1C
Black with #061E1C
Text Example
Text Example
White with #061E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E1C; }
p { color: rgb(6,30,28); }
H1.HeaderClassName
{
color: #061E1C;
}
.AnyTagClassName
{
color: #061E1C;
}
</style>
background-color css
<style>
a { background-color: #061E1C; }
a { background-color: rgb(6,30,28); }
div.DivClassName
{
background-color: #061E1C;
}
.BgClassName
{
background-color: #061E1C;
}
</style>
border-color css
<style>
span { border-color: #061E1C; }
span { border-color: rgb(6,30,28); }
td.TdClassName
{
border-color: #061E1C;
}
.TagClassName
{
border-color: #061E1C;
}
</style>