Shades of Dark Green #061F1A
Tints of Dark Green #061F1A
RGB
CMYK
RGB Variations
Color information
#061F1A (or 0x061F1A) is known color: Dark Green. HEX triplet: 06, 1F and 1A. RGB value is (6,31,26). Sum of RGB (Red+Green+Blue) = 6+31+26=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 31 (12.5% from 255 or 49.21% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 31 - color contains mainly: green. Hex color #061F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F1A is #F9E0E5. Grayscale: #161616. Windows color (decimal): -16376038 or 1711878. OLE color: 1711878.
HSL color Cylindrical-coordinate representation of color #061F1A: hue angle of 168º 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 #061F1A is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 31 | 26 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.88 |
| HSL | 168º | 0.68% | 0.07% | - |
| HSV(B) | 168º | 0.81% | 0.12% | - |
| XYZ | 0.75 | 1.09 | 1.15 | - |
| YUV | 22.96 | 129.72 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 26 | 0.81 | 0 | 0.16 | 0.88 | 168 | 0.68 | 0.07 |
| Hex | 6 | 1F | 1A | 51 | 0 | 10 | 58 | A8 | 44 | 7 |
| Octal | 6 | 37 | 32 | 121 | 0 | 20 | 130 | 250 | 104 | 7 |
| Binary | 110 | 11111 | 11010 | 1010001 | 0 | 10000 | 1011000 | 10101000 | 1000100 | 111 |
Color Harmonies of #061F1A
Complementary color
Monochromatic Colors of #061F1A
Black with #061F1A
Text Example
Text Example
White with #061F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F1A; }
p { color: rgb(6,31,26); }
H1.HeaderClassName
{
color: #061F1A;
}
.AnyTagClassName
{
color: #061F1A;
}
</style>
background-color css
<style>
a { background-color: #061F1A; }
a { background-color: rgb(6,31,26); }
div.DivClassName
{
background-color: #061F1A;
}
.BgClassName
{
background-color: #061F1A;
}
</style>
border-color css
<style>
span { border-color: #061F1A; }
span { border-color: rgb(6,31,26); }
td.TdClassName
{
border-color: #061F1A;
}
.TagClassName
{
border-color: #061F1A;
}
</style>