Shades of Dark Green #061E14
Tints of Dark Green #061E14
RGB
CMYK
RGB Variations
Color information
#061E14 (or 0x061E14) is known color: Dark Green. HEX triplet: 06, 1E and 14. RGB value is (6,30,20). Sum of RGB (Red+Green+Blue) = 6+30+20=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #061E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061E14 is #F9E1EB. Grayscale: #151515. Windows color (decimal): -16376300 or 1318406. OLE color: 1318406.
HSL color Cylindrical-coordinate representation of color #061E14: hue angle of 155º 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 #061E14 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 30 | 20 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.88 |
| HSL | 155º | 0.67% | 0.07% | - |
| HSV(B) | 155º | 0.8% | 0.12% | - |
| XYZ | 0.67 | 1.02 | 0.82 | - |
| YUV | 21.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 20 | 0.80 | 0 | 0.33 | 0.88 | 155 | 0.67 | 0.07 |
| Hex | 6 | 1E | 14 | 50 | 0 | 21 | 58 | 9B | 43 | 7 |
| Octal | 6 | 36 | 24 | 120 | 0 | 41 | 130 | 233 | 103 | 7 |
| Binary | 110 | 11110 | 10100 | 1010000 | 0 | 100001 | 1011000 | 10011011 | 1000011 | 111 |
Color Harmonies of #061E14
Complementary color
Monochromatic Colors of #061E14
Black with #061E14
Text Example
Text Example
White with #061E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E14; }
p { color: rgb(6,30,20); }
H1.HeaderClassName
{
color: #061E14;
}
.AnyTagClassName
{
color: #061E14;
}
</style>
background-color css
<style>
a { background-color: #061E14; }
a { background-color: rgb(6,30,20); }
div.DivClassName
{
background-color: #061E14;
}
.BgClassName
{
background-color: #061E14;
}
</style>
border-color css
<style>
span { border-color: #061E14; }
span { border-color: rgb(6,30,20); }
td.TdClassName
{
border-color: #061E14;
}
.TagClassName
{
border-color: #061E14;
}
</style>