Shades of Dark Green #061E0D
Tints of Dark Green #061E0D
RGB
CMYK
RGB Variations
Color information
#061E0D (or 0x061E0D) is known color: Dark Green. HEX triplet: 06, 1E and 0D. RGB value is (6,30,13). Sum of RGB (Red+Green+Blue) = 6+30+13=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 30 (12.11% from 255 or 61.22% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 30 - color contains mainly: green. Hex color #061E0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061E0D is #F9E1F2. Grayscale: #141414. Windows color (decimal): -16376307 or 859654. OLE color: 859654.
HSL color Cylindrical-coordinate representation of color #061E0D: hue angle of 137.5º 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 #061E0D is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 30 | 13 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.88 |
| HSL | 137.5º | 0.67% | 0.07% | - |
| HSV(B) | 137.5º | 0.8% | 0.12% | - |
| XYZ | 0.61 | 1 | 0.54 | - |
| YUV | 20.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 13 | 0.80 | 0 | 0.57 | 0.88 | 137.5 | 0.67 | 0.07 |
| Hex | 6 | 1E | D | 50 | 0 | 39 | 58 | 8A | 43 | 7 |
| Octal | 6 | 36 | 15 | 120 | 0 | 71 | 130 | 212 | 103 | 7 |
| Binary | 110 | 11110 | 1101 | 1010000 | 0 | 111001 | 1011000 | 10001010 | 1000011 | 111 |
Color Harmonies of #061E0D
Complementary color
Monochromatic Colors of #061E0D
Black with #061E0D
Text Example
Text Example
White with #061E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E0D; }
p { color: rgb(6,30,13); }
H1.HeaderClassName
{
color: #061E0D;
}
.AnyTagClassName
{
color: #061E0D;
}
</style>
background-color css
<style>
a { background-color: #061E0D; }
a { background-color: rgb(6,30,13); }
div.DivClassName
{
background-color: #061E0D;
}
.BgClassName
{
background-color: #061E0D;
}
</style>
border-color css
<style>
span { border-color: #061E0D; }
span { border-color: rgb(6,30,13); }
td.TdClassName
{
border-color: #061E0D;
}
.TagClassName
{
border-color: #061E0D;
}
</style>