Shades of Dark Green #061B1A
Tints of Dark Green #061B1A
RGB
CMYK
RGB Variations
Color information
#061B1A (or 0x061B1A) is known color: Dark Green. HEX triplet: 06, 1B and 1A. RGB value is (6,27,26). Sum of RGB (Red+Green+Blue) = 6+27+26=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 27 (10.94% from 255 or 45.76% from 59); Blue value is 26 (10.55% from 255 or 44.07% from 59); Max value from RGB is 27 - color contains mainly: green. Hex color #061B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B1A is #F9E4E5. Grayscale: #141414. Windows color (decimal): -16377062 or 1710854. OLE color: 1710854.
HSL color Cylindrical-coordinate representation of color #061B1A: hue angle of 177.14º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #061B1A is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 6 | 27 | 26 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.89 |
| HSL | 177.14º | 0.64% | 0.06% | - |
| HSV(B) | 177.14º | 0.78% | 0.11% | - |
| XYZ | 0.65 | 0.9 | 1.12 | - |
| YUV | 20.61 | 131.04 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 26 | 0.78 | 0 | 0.04 | 0.89 | 177.14 | 0.64 | 0.06 |
| Hex | 6 | 1B | 1A | 4E | 0 | 4 | 59 | B1 | 40 | 6 |
| Octal | 6 | 33 | 32 | 116 | 0 | 4 | 131 | 261 | 100 | 6 |
| Binary | 110 | 11011 | 11010 | 1001110 | 0 | 100 | 1011001 | 10110001 | 1000000 | 110 |
Color Harmonies of #061B1A
Complementary color
Monochromatic Colors of #061B1A
Black with #061B1A
Text Example
Text Example
White with #061B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B1A; }
p { color: rgb(6,27,26); }
H1.HeaderClassName
{
color: #061B1A;
}
.AnyTagClassName
{
color: #061B1A;
}
</style>
background-color css
<style>
a { background-color: #061B1A; }
a { background-color: rgb(6,27,26); }
div.DivClassName
{
background-color: #061B1A;
}
.BgClassName
{
background-color: #061B1A;
}
</style>
border-color css
<style>
span { border-color: #061B1A; }
span { border-color: rgb(6,27,26); }
td.TdClassName
{
border-color: #061B1A;
}
.TagClassName
{
border-color: #061B1A;
}
</style>