Shades of Dark Green #012324
Tints of Dark Green #012324
RGB
CMYK
RGB Variations
Color information
#012324 (or 0x012324) is known color: Dark Green. HEX triplet: 01, 23 and 24. RGB value is (1,35,36). Sum of RGB (Red+Green+Blue) = 1+35+36=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 36 (14.45% from 255 or 50% from 72); Max value from RGB is 36 - color contains mainly: blue. Hex color #012324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012324 is #FEDCDB. Grayscale: #181818. Windows color (decimal): -16702684 or 2368257. OLE color: 2368257.
HSL color Cylindrical-coordinate representation of color #012324: hue angle of 181.71º degrees, saturation: 0.95, 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 #012324 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 35 | 36 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.86 |
| HSL | 181.71º | 0.95% | 0.07% | - |
| HSV(B) | 181.71º | 0.97% | 0.14% | - |
| XYZ | 0.93 | 1.34 | 1.88 | - |
| YUV | 24.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 36 | 0.97 | 0.03 | 0 | 0.86 | 181.71 | 0.95 | 0.07 |
| Hex | 1 | 23 | 24 | 61 | 3 | 0 | 56 | B6 | 5F | 7 |
| Octal | 1 | 43 | 44 | 141 | 3 | 0 | 126 | 266 | 137 | 7 |
| Binary | 1 | 100011 | 100100 | 1100001 | 11 | 0 | 1010110 | 10110110 | 1011111 | 111 |
Color Harmonies of #012324
Complementary color
Monochromatic Colors of #012324
Black with #012324
Text Example
Text Example
White with #012324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012324; }
p { color: rgb(1,35,36); }
H1.HeaderClassName
{
color: #012324;
}
.AnyTagClassName
{
color: #012324;
}
</style>
background-color css
<style>
a { background-color: #012324; }
a { background-color: rgb(1,35,36); }
div.DivClassName
{
background-color: #012324;
}
.BgClassName
{
background-color: #012324;
}
</style>
border-color css
<style>
span { border-color: #012324; }
span { border-color: rgb(1,35,36); }
td.TdClassName
{
border-color: #012324;
}
.TagClassName
{
border-color: #012324;
}
</style>