Shades of Dark Green #062822
Tints of Dark Green #062822
RGB
CMYK
RGB Variations
Color information
#062822 (or 0x062822) is known color: Dark Green. HEX triplet: 06, 28 and 22. RGB value is (6,40,34). Sum of RGB (Red+Green+Blue) = 6+40+34=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 40 (16.02% from 255 or 50% from 80); Blue value is 34 (13.67% from 255 or 42.5% from 80); Max value from RGB is 40 - color contains mainly: green. Hex color #062822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062822 is #F9D7DD. Grayscale: #1D1D1D. Windows color (decimal): -16373726 or 2238470. OLE color: 2238470.
HSL color Cylindrical-coordinate representation of color #062822: hue angle of 169.41º 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 #062822 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 6 | 40 | 34 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.84 |
| HSL | 169.41º | 0.74% | 0.09% | - |
| HSV(B) | 169.41º | 0.85% | 0.16% | - |
| XYZ | 1.12 | 1.67 | 1.78 | - |
| YUV | 29.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 34 | 0.85 | 0 | 0.15 | 0.84 | 169.41 | 0.74 | 0.09 |
| Hex | 6 | 28 | 22 | 55 | 0 | F | 54 | A9 | 4A | 9 |
| Octal | 6 | 50 | 42 | 125 | 0 | 17 | 124 | 251 | 112 | 11 |
| Binary | 110 | 101000 | 100010 | 1010101 | 0 | 1111 | 1010100 | 10101001 | 1001010 | 1001 |
Color Harmonies of #062822
Complementary color
Monochromatic Colors of #062822
Black with #062822
Text Example
Text Example
White with #062822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062822; }
p { color: rgb(6,40,34); }
H1.HeaderClassName
{
color: #062822;
}
.AnyTagClassName
{
color: #062822;
}
</style>
background-color css
<style>
a { background-color: #062822; }
a { background-color: rgb(6,40,34); }
div.DivClassName
{
background-color: #062822;
}
.BgClassName
{
background-color: #062822;
}
</style>
border-color css
<style>
span { border-color: #062822; }
span { border-color: rgb(6,40,34); }
td.TdClassName
{
border-color: #062822;
}
.TagClassName
{
border-color: #062822;
}
</style>