Shades of Dark Green #061E1E
Tints of Dark Green #061E1E
RGB
CMYK
RGB Variations
Color information
#061E1E (or 0x061E1E) is known color: Dark Green. HEX triplet: 06, 1E and 1E. RGB value is (6,30,30). Sum of RGB (Red+Green+Blue) = 6+30+30=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 30 - color contains mainly: green, blue. Hex color #061E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E1E is #F9E1E1. Grayscale: #161616. Windows color (decimal): -16376290 or 1973766. OLE color: 1973766.
HSL color Cylindrical-coordinate representation of color #061E1E: hue angle of 180º 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 #061E1E is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 30 | 30 | - |
| CMYK | 0.80 | 0 | 0 | 0.88 |
| HSL | 180º | 0.67% | 0.07% | - |
| HSV(B) | 180º | 0.8% | 0.12% | - |
| XYZ | 0.77 | 1.06 | 1.39 | - |
| YUV | 22.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 30 | 0.80 | 0 | 0 | 0.88 | 180 | 0.67 | 0.07 |
| Hex | 6 | 1E | 1E | 50 | 0 | 0 | 58 | B4 | 43 | 7 |
| Octal | 6 | 36 | 36 | 120 | 0 | 0 | 130 | 264 | 103 | 7 |
| Binary | 110 | 11110 | 11110 | 1010000 | 0 | 0 | 1011000 | 10110100 | 1000011 | 111 |
Color Harmonies of #061E1E
Complementary color
Monochromatic Colors of #061E1E
Black with #061E1E
Text Example
Text Example
White with #061E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E1E; }
p { color: rgb(6,30,30); }
H1.HeaderClassName
{
color: #061E1E;
}
.AnyTagClassName
{
color: #061E1E;
}
</style>
background-color css
<style>
a { background-color: #061E1E; }
a { background-color: rgb(6,30,30); }
div.DivClassName
{
background-color: #061E1E;
}
.BgClassName
{
background-color: #061E1E;
}
</style>
border-color css
<style>
span { border-color: #061E1E; }
span { border-color: rgb(6,30,30); }
td.TdClassName
{
border-color: #061E1E;
}
.TagClassName
{
border-color: #061E1E;
}
</style>