Shades of Dark Green #012223
Tints of Dark Green #012223
RGB
CMYK
RGB Variations
Color information
#012223 (or 0x012223) is known color: Dark Green. HEX triplet: 01, 22 and 23. RGB value is (1,34,35). Sum of RGB (Red+Green+Blue) = 1+34+35=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 34 (13.67% from 255 or 48.57% from 70); Blue value is 35 (14.06% from 255 or 50% from 70); Max value from RGB is 35 - color contains mainly: blue. Hex color #012223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012223 is #FEDDDC. Grayscale: #181818. Windows color (decimal): -16702941 or 2302465. OLE color: 2302465.
HSL color Cylindrical-coordinate representation of color #012223: hue angle of 181.76º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012223 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 34 | 35 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.86 |
| HSL | 181.76º | 0.94% | 0.07% | - |
| HSV(B) | 181.76º | 0.97% | 0.14% | - |
| XYZ | 0.89 | 1.27 | 1.79 | - |
| YUV | 24.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 34 | 35 | 0.97 | 0.03 | 0 | 0.86 | 181.76 | 0.94 | 0.07 |
| Hex | 1 | 22 | 23 | 61 | 3 | 0 | 56 | B6 | 5E | 7 |
| Octal | 1 | 42 | 43 | 141 | 3 | 0 | 126 | 266 | 136 | 7 |
| Binary | 1 | 100010 | 100011 | 1100001 | 11 | 0 | 1010110 | 10110110 | 1011110 | 111 |
Color Harmonies of #012223
Complementary color
Monochromatic Colors of #012223
Black with #012223
Text Example
Text Example
White with #012223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012223; }
p { color: rgb(1,34,35); }
H1.HeaderClassName
{
color: #012223;
}
.AnyTagClassName
{
color: #012223;
}
</style>
background-color css
<style>
a { background-color: #012223; }
a { background-color: rgb(1,34,35); }
div.DivClassName
{
background-color: #012223;
}
.BgClassName
{
background-color: #012223;
}
</style>
border-color css
<style>
span { border-color: #012223; }
span { border-color: rgb(1,34,35); }
td.TdClassName
{
border-color: #012223;
}
.TagClassName
{
border-color: #012223;
}
</style>