Shades of Dark Green #013223
Tints of Dark Green #013223
RGB
CMYK
RGB Variations
Color information
#013223 (or 0x013223) is known color: Dark Green. HEX triplet: 01, 32 and 23. RGB value is (1,50,35). Sum of RGB (Red+Green+Blue) = 1+50+35=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 50 (19.92% from 255 or 58.14% from 86); Blue value is 35 (14.06% from 255 or 40.70% from 86); Max value from RGB is 50 - color contains mainly: green. Hex color #013223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013223 is #FECDDC. Grayscale: #212121. Windows color (decimal): -16698845 or 2306561. OLE color: 2306561.
HSL color Cylindrical-coordinate representation of color #013223: hue angle of 161.63º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013223 is Cyan = 0.98, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 1 | 50 | 35 | - |
| CMYK | 0.98 | 0 | 0.30 | 0.80 |
| HSL | 161.63º | 0.96% | 0.1% | - |
| HSV(B) | 161.63º | 0.98% | 0.2% | - |
| XYZ | 1.46 | 2.41 | 1.98 | - |
| YUV | 33.64 | 128.77 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 50 | 35 | 0.98 | 0 | 0.30 | 0.80 | 161.63 | 0.96 | 0.1 |
| Hex | 1 | 32 | 23 | 62 | 0 | 1E | 50 | A2 | 60 | A |
| Octal | 1 | 62 | 43 | 142 | 0 | 36 | 120 | 242 | 140 | 12 |
| Binary | 1 | 110010 | 100011 | 1100010 | 0 | 11110 | 1010000 | 10100010 | 1100000 | 1010 |
Color Harmonies of #013223
Complementary color
Monochromatic Colors of #013223
Black with #013223
Text Example
Text Example
White with #013223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013223; }
p { color: rgb(1,50,35); }
H1.HeaderClassName
{
color: #013223;
}
.AnyTagClassName
{
color: #013223;
}
</style>
background-color css
<style>
a { background-color: #013223; }
a { background-color: rgb(1,50,35); }
div.DivClassName
{
background-color: #013223;
}
.BgClassName
{
background-color: #013223;
}
</style>
border-color css
<style>
span { border-color: #013223; }
span { border-color: rgb(1,50,35); }
td.TdClassName
{
border-color: #013223;
}
.TagClassName
{
border-color: #013223;
}
</style>