Shades of Dark Green #061F0D
Tints of Dark Green #061F0D
RGB
CMYK
RGB Variations
Color information
#061F0D (or 0x061F0D) is known color: Dark Green. HEX triplet: 06, 1F and 0D. RGB value is (6,31,13). Sum of RGB (Red+Green+Blue) = 6+31+13=50 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12% from 50); Green value is 31 (12.5% from 255 or 62% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 31 - color contains mainly: green. Hex color #061F0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061F0D is #F9E0F2. Grayscale: #151515. Windows color (decimal): -16376051 or 859910. OLE color: 859910.
HSL color Cylindrical-coordinate representation of color #061F0D: hue angle of 136.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 #061F0D is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 31 | 13 | - |
| CMYK | 0.81 | 0 | 0.58 | 0.88 |
| HSL | 136.8º | 0.68% | 0.07% | - |
| HSV(B) | 136.8º | 0.81% | 0.12% | - |
| XYZ | 0.64 | 1.05 | 0.55 | - |
| YUV | 21.47 | 123.22 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 13 | 0.81 | 0 | 0.58 | 0.88 | 136.8 | 0.68 | 0.07 |
| Hex | 6 | 1F | D | 51 | 0 | 3A | 58 | 89 | 44 | 7 |
| Octal | 6 | 37 | 15 | 121 | 0 | 72 | 130 | 211 | 104 | 7 |
| Binary | 110 | 11111 | 1101 | 1010001 | 0 | 111010 | 1011000 | 10001001 | 1000100 | 111 |
Color Harmonies of #061F0D
Complementary color
Monochromatic Colors of #061F0D
Black with #061F0D
Text Example
Text Example
White with #061F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F0D; }
p { color: rgb(6,31,13); }
H1.HeaderClassName
{
color: #061F0D;
}
.AnyTagClassName
{
color: #061F0D;
}
</style>
background-color css
<style>
a { background-color: #061F0D; }
a { background-color: rgb(6,31,13); }
div.DivClassName
{
background-color: #061F0D;
}
.BgClassName
{
background-color: #061F0D;
}
</style>
border-color css
<style>
span { border-color: #061F0D; }
span { border-color: rgb(6,31,13); }
td.TdClassName
{
border-color: #061F0D;
}
.TagClassName
{
border-color: #061F0D;
}
</style>