Shades of Dark Green #061F12
Tints of Dark Green #061F12
RGB
CMYK
RGB Variations
Color information
#061F12 (or 0x061F12) is known color: Dark Green. HEX triplet: 06, 1F and 12. RGB value is (6,31,18). Sum of RGB (Red+Green+Blue) = 6+31+18=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 31 (12.5% from 255 or 56.36% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 31 - color contains mainly: green. Hex color #061F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061F12 is #F9E0ED. Grayscale: #161616. Windows color (decimal): -16376046 or 1187590. OLE color: 1187590.
HSL color Cylindrical-coordinate representation of color #061F12: hue angle of 148.8º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061F12 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 31 | 18 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.88 |
| HSL | 148.8º | 0.68% | 0.07% | - |
| HSV(B) | 148.8º | 0.81% | 0.12% | - |
| XYZ | 0.67 | 1.06 | 0.74 | - |
| YUV | 22.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 18 | 0.81 | 0 | 0.42 | 0.88 | 148.8 | 0.68 | 0.07 |
| Hex | 6 | 1F | 12 | 51 | 0 | 2A | 58 | 95 | 44 | 7 |
| Octal | 6 | 37 | 22 | 121 | 0 | 52 | 130 | 225 | 104 | 7 |
| Binary | 110 | 11111 | 10010 | 1010001 | 0 | 101010 | 1011000 | 10010101 | 1000100 | 111 |
Color Harmonies of #061F12
Complementary color
Monochromatic Colors of #061F12
Black with #061F12
Text Example
Text Example
White with #061F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F12; }
p { color: rgb(6,31,18); }
H1.HeaderClassName
{
color: #061F12;
}
.AnyTagClassName
{
color: #061F12;
}
</style>
background-color css
<style>
a { background-color: #061F12; }
a { background-color: rgb(6,31,18); }
div.DivClassName
{
background-color: #061F12;
}
.BgClassName
{
background-color: #061F12;
}
</style>
border-color css
<style>
span { border-color: #061F12; }
span { border-color: rgb(6,31,18); }
td.TdClassName
{
border-color: #061F12;
}
.TagClassName
{
border-color: #061F12;
}
</style>