Shades of Dark Green #062820
Tints of Dark Green #062820
RGB
CMYK
RGB Variations
Color information
#062820 (or 0x062820) is known color: Dark Green. HEX triplet: 06, 28 and 20. RGB value is (6,40,32). Sum of RGB (Red+Green+Blue) = 6+40+32=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 32 (12.89% from 255 or 41.03% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #062820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062820 is #F9D7DF. Grayscale: #1C1C1C. Windows color (decimal): -16373728 or 2107398. OLE color: 2107398.
HSL color Cylindrical-coordinate representation of color #062820: hue angle of 165.88º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #062820 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 40 | 32 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.84 |
| HSL | 165.88º | 0.74% | 0.09% | - |
| HSV(B) | 165.88º | 0.85% | 0.16% | - |
| XYZ | 1.09 | 1.66 | 1.63 | - |
| YUV | 28.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 32 | 0.85 | 0 | 0.20 | 0.84 | 165.88 | 0.74 | 0.09 |
| Hex | 6 | 28 | 20 | 55 | 0 | 14 | 54 | A6 | 4A | 9 |
| Octal | 6 | 50 | 40 | 125 | 0 | 24 | 124 | 246 | 112 | 11 |
| Binary | 110 | 101000 | 100000 | 1010101 | 0 | 10100 | 1010100 | 10100110 | 1001010 | 1001 |
Color Harmonies of #062820
Complementary color
Monochromatic Colors of #062820
Black with #062820
Text Example
Text Example
White with #062820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062820; }
p { color: rgb(6,40,32); }
H1.HeaderClassName
{
color: #062820;
}
.AnyTagClassName
{
color: #062820;
}
</style>
background-color css
<style>
a { background-color: #062820; }
a { background-color: rgb(6,40,32); }
div.DivClassName
{
background-color: #062820;
}
.BgClassName
{
background-color: #062820;
}
</style>
border-color css
<style>
span { border-color: #062820; }
span { border-color: rgb(6,40,32); }
td.TdClassName
{
border-color: #062820;
}
.TagClassName
{
border-color: #062820;
}
</style>