Shades of Dark Green #002822
Tints of Dark Green #002822
RGB
CMYK
RGB Variations
Color information
#002822 (or 0x002822) is known color: Dark Green. HEX triplet: 00, 28 and 22. RGB value is (0,40,34). Sum of RGB (Red+Green+Blue) = 0+40+34=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 40 (16.02% from 255 or 54.05% from 74); Blue value is 34 (13.67% from 255 or 45.95% from 74); Max value from RGB is 40 - color contains mainly: green. Hex color #002822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002822 is #FFD7DD. Grayscale: #1B1B1B. Windows color (decimal): -16766942 or 2238464. OLE color: 2238464.
HSL color Cylindrical-coordinate representation of color #002822: hue angle of 171º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002822 is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 40 | 34 | - |
| CMYK | 1 | 0 | 0.15 | 0.84 |
| HSL | 171º | 1% | 0.08% | - |
| HSV(B) | 171º | 1% | 0.16% | - |
| XYZ | 1.05 | 1.63 | 1.77 | - |
| YUV | 27.36 | 131.75 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 34 | 1 | 0 | 0.15 | 0.84 | 171 | 1 | 0.08 |
| Hex | 0 | 28 | 22 | 64 | 0 | F | 54 | AB | 64 | 8 |
| Octal | 0 | 50 | 42 | 144 | 0 | 17 | 124 | 253 | 144 | 10 |
| Binary | 0 | 101000 | 100010 | 1100100 | 0 | 1111 | 1010100 | 10101011 | 1100100 | 1000 |
Color Harmonies of #002822
Complementary color
Monochromatic Colors of #002822
Black with #002822
Text Example
Text Example
White with #002822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002822; }
p { color: rgb(0,40,34); }
H1.HeaderClassName
{
color: #002822;
}
.AnyTagClassName
{
color: #002822;
}
</style>
background-color css
<style>
a { background-color: #002822; }
a { background-color: rgb(0,40,34); }
div.DivClassName
{
background-color: #002822;
}
.BgClassName
{
background-color: #002822;
}
</style>
border-color css
<style>
span { border-color: #002822; }
span { border-color: rgb(0,40,34); }
td.TdClassName
{
border-color: #002822;
}
.TagClassName
{
border-color: #002822;
}
</style>