Shades of Dark Green #002223
Tints of Dark Green #002223
RGB
CMYK
RGB Variations
Color information
#002223 (or 0x002223) is known color: Dark Green. HEX triplet: 00, 22 and 23. RGB value is (0,34,35). Sum of RGB (Red+Green+Blue) = 0+34+35=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 34 (13.67% from 255 or 49.28% from 69); Blue value is 35 (14.06% from 255 or 50.72% from 69); Max value from RGB is 35 - color contains mainly: blue. Hex color #002223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002223 is #FFDDDC. Grayscale: #171717. Windows color (decimal): -16768477 or 2302464. OLE color: 2302464.
HSL color Cylindrical-coordinate representation of color #002223: hue angle of 181.71º 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 #002223 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 0 | 34 | 35 | - |
| CMYK | 1 | 0.03 | 0 | 0.86 |
| HSL | 181.71º | 1% | 0.07% | - |
| HSV(B) | 181.71º | 1% | 0.14% | - |
| XYZ | 0.88 | 1.27 | 1.79 | - |
| YUV | 23.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 34 | 35 | 1 | 0.03 | 0 | 0.86 | 181.71 | 1 | 0.07 |
| Hex | 0 | 22 | 23 | 64 | 3 | 0 | 56 | B6 | 64 | 7 |
| Octal | 0 | 42 | 43 | 144 | 3 | 0 | 126 | 266 | 144 | 7 |
| Binary | 0 | 100010 | 100011 | 1100100 | 11 | 0 | 1010110 | 10110110 | 1100100 | 111 |
Color Harmonies of #002223
Complementary color
Monochromatic Colors of #002223
Black with #002223
Text Example
Text Example
White with #002223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002223; }
p { color: rgb(0,34,35); }
H1.HeaderClassName
{
color: #002223;
}
.AnyTagClassName
{
color: #002223;
}
</style>
background-color css
<style>
a { background-color: #002223; }
a { background-color: rgb(0,34,35); }
div.DivClassName
{
background-color: #002223;
}
.BgClassName
{
background-color: #002223;
}
</style>
border-color css
<style>
span { border-color: #002223; }
span { border-color: rgb(0,34,35); }
td.TdClassName
{
border-color: #002223;
}
.TagClassName
{
border-color: #002223;
}
</style>