Shades of Dark Green #002322
Tints of Dark Green #002322
RGB
CMYK
RGB Variations
Color information
#002322 (or 0x002322) is known color: Dark Green. HEX triplet: 00, 23 and 22. RGB value is (0,35,34). Sum of RGB (Red+Green+Blue) = 0+35+34=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 34 (13.67% from 255 or 49.28% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #002322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002322 is #FFDCDD. Grayscale: #181818. Windows color (decimal): -16768222 or 2237184. OLE color: 2237184.
HSL color Cylindrical-coordinate representation of color #002322: hue angle of 178.29º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002322 is Cyan = 1, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 35 | 34 | - |
| CMYK | 1 | 0 | 0.03 | 0.86 |
| HSL | 178.29º | 1% | 0.07% | - |
| HSV(B) | 178.29º | 1% | 0.14% | - |
| XYZ | 0.89 | 1.32 | 1.72 | - |
| YUV | 24.42 | 133.4 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 35 | 34 | 1 | 0 | 0.03 | 0.86 | 178.29 | 1 | 0.07 |
| Hex | 0 | 23 | 22 | 64 | 0 | 3 | 56 | B2 | 64 | 7 |
| Octal | 0 | 43 | 42 | 144 | 0 | 3 | 126 | 262 | 144 | 7 |
| Binary | 0 | 100011 | 100010 | 1100100 | 0 | 11 | 1010110 | 10110010 | 1100100 | 111 |
Color Harmonies of #002322
Complementary color
Monochromatic Colors of #002322
Black with #002322
Text Example
Text Example
White with #002322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002322; }
p { color: rgb(0,35,34); }
H1.HeaderClassName
{
color: #002322;
}
.AnyTagClassName
{
color: #002322;
}
</style>
background-color css
<style>
a { background-color: #002322; }
a { background-color: rgb(0,35,34); }
div.DivClassName
{
background-color: #002322;
}
.BgClassName
{
background-color: #002322;
}
</style>
border-color css
<style>
span { border-color: #002322; }
span { border-color: rgb(0,35,34); }
td.TdClassName
{
border-color: #002322;
}
.TagClassName
{
border-color: #002322;
}
</style>