Shades of Dark Green #061F18
Tints of Dark Green #061F18
RGB
CMYK
RGB Variations
Color information
#061F18 (or 0x061F18) is known color: Dark Green. HEX triplet: 06, 1F and 18. RGB value is (6,31,24). Sum of RGB (Red+Green+Blue) = 6+31+24=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #061F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061F18 is #F9E0E7. Grayscale: #161616. Windows color (decimal): -16376040 or 1580806. OLE color: 1580806.
HSL color Cylindrical-coordinate representation of color #061F18: hue angle of 163.2º 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 #061F18 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 31 | 24 | - |
| CMYK | 0.81 | 0 | 0.23 | 0.88 |
| HSL | 163.2º | 0.68% | 0.07% | - |
| HSV(B) | 163.2º | 0.81% | 0.12% | - |
| XYZ | 0.73 | 1.08 | 1.04 | - |
| YUV | 22.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 24 | 0.81 | 0 | 0.23 | 0.88 | 163.2 | 0.68 | 0.07 |
| Hex | 6 | 1F | 18 | 51 | 0 | 17 | 58 | A3 | 44 | 7 |
| Octal | 6 | 37 | 30 | 121 | 0 | 27 | 130 | 243 | 104 | 7 |
| Binary | 110 | 11111 | 11000 | 1010001 | 0 | 10111 | 1011000 | 10100011 | 1000100 | 111 |
Color Harmonies of #061F18
Complementary color
Monochromatic Colors of #061F18
Black with #061F18
Text Example
Text Example
White with #061F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F18; }
p { color: rgb(6,31,24); }
H1.HeaderClassName
{
color: #061F18;
}
.AnyTagClassName
{
color: #061F18;
}
</style>
background-color css
<style>
a { background-color: #061F18; }
a { background-color: rgb(6,31,24); }
div.DivClassName
{
background-color: #061F18;
}
.BgClassName
{
background-color: #061F18;
}
</style>
border-color css
<style>
span { border-color: #061F18; }
span { border-color: rgb(6,31,24); }
td.TdClassName
{
border-color: #061F18;
}
.TagClassName
{
border-color: #061F18;
}
</style>