Shades of Dark Green #061E0F
Tints of Dark Green #061E0F
RGB
CMYK
RGB Variations
Color information
#061E0F (or 0x061E0F) is known color: Dark Green. HEX triplet: 06, 1E and 0F. RGB value is (6,30,15). Sum of RGB (Red+Green+Blue) = 6+30+15=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 30 (12.11% from 255 or 58.82% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 30 - color contains mainly: green. Hex color #061E0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061E0F is #F9E1F0. Grayscale: #151515. Windows color (decimal): -16376305 or 990726. OLE color: 990726.
HSL color Cylindrical-coordinate representation of color #061E0F: hue angle of 142.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 #061E0F is Cyan = 0.80, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 30 | 15 | - |
| CMYK | 0.80 | 0 | 0.5 | 0.88 |
| HSL | 142.5º | 0.67% | 0.07% | - |
| HSV(B) | 142.5º | 0.8% | 0.12% | - |
| XYZ | 0.63 | 1 | 0.61 | - |
| YUV | 21.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 15 | 0.80 | 0 | 0.5 | 0.88 | 142.5 | 0.67 | 0.07 |
| Hex | 6 | 1E | F | 50 | 0 | 32 | 58 | 8E | 43 | 7 |
| Octal | 6 | 36 | 17 | 120 | 0 | 62 | 130 | 216 | 103 | 7 |
| Binary | 110 | 11110 | 1111 | 1010000 | 0 | 110010 | 1011000 | 10001110 | 1000011 | 111 |
Color Harmonies of #061E0F
Complementary color
Monochromatic Colors of #061E0F
Black with #061E0F
Text Example
Text Example
White with #061E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E0F; }
p { color: rgb(6,30,15); }
H1.HeaderClassName
{
color: #061E0F;
}
.AnyTagClassName
{
color: #061E0F;
}
</style>
background-color css
<style>
a { background-color: #061E0F; }
a { background-color: rgb(6,30,15); }
div.DivClassName
{
background-color: #061E0F;
}
.BgClassName
{
background-color: #061E0F;
}
</style>
border-color css
<style>
span { border-color: #061E0F; }
span { border-color: rgb(6,30,15); }
td.TdClassName
{
border-color: #061E0F;
}
.TagClassName
{
border-color: #061E0F;
}
</style>