Shades of Dark Green #061F0F
Tints of Dark Green #061F0F
RGB
CMYK
RGB Variations
Color information
#061F0F (or 0x061F0F) is known color: Dark Green. HEX triplet: 06, 1F and 0F. RGB value is (6,31,15). Sum of RGB (Red+Green+Blue) = 6+31+15=52 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.54% from 52); Green value is 31 (12.5% from 255 or 59.62% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 31 - color contains mainly: green. Hex color #061F0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061F0F is #F9E0F0. Grayscale: #151515. Windows color (decimal): -16376049 or 990982. OLE color: 990982.
HSL color Cylindrical-coordinate representation of color #061F0F: hue angle of 141.6º 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 #061F0F is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 31 | 15 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.88 |
| HSL | 141.6º | 0.68% | 0.07% | - |
| HSV(B) | 141.6º | 0.81% | 0.12% | - |
| XYZ | 0.65 | 1.05 | 0.62 | - |
| YUV | 21.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 15 | 0.81 | 0 | 0.52 | 0.88 | 141.6 | 0.68 | 0.07 |
| Hex | 6 | 1F | F | 51 | 0 | 34 | 58 | 8E | 44 | 7 |
| Octal | 6 | 37 | 17 | 121 | 0 | 64 | 130 | 216 | 104 | 7 |
| Binary | 110 | 11111 | 1111 | 1010001 | 0 | 110100 | 1011000 | 10001110 | 1000100 | 111 |
Color Harmonies of #061F0F
Complementary color
Monochromatic Colors of #061F0F
Black with #061F0F
Text Example
Text Example
White with #061F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F0F; }
p { color: rgb(6,31,15); }
H1.HeaderClassName
{
color: #061F0F;
}
.AnyTagClassName
{
color: #061F0F;
}
</style>
background-color css
<style>
a { background-color: #061F0F; }
a { background-color: rgb(6,31,15); }
div.DivClassName
{
background-color: #061F0F;
}
.BgClassName
{
background-color: #061F0F;
}
</style>
border-color css
<style>
span { border-color: #061F0F; }
span { border-color: rgb(6,31,15); }
td.TdClassName
{
border-color: #061F0F;
}
.TagClassName
{
border-color: #061F0F;
}
</style>