Shades of Dark Green #012313
Tints of Dark Green #012313
RGB
CMYK
RGB Variations
Color information
#012313 (or 0x012313) is known color: Dark Green. HEX triplet: 01, 23 and 13. RGB value is (1,35,19). Sum of RGB (Red+Green+Blue) = 1+35+19=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 35 (14.06% from 255 or 63.64% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 35 - color contains mainly: green. Hex color #012313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012313 is #FEDCEC. Grayscale: #171717. Windows color (decimal): -16702701 or 1254145. OLE color: 1254145.
HSL color Cylindrical-coordinate representation of color #012313: hue angle of 151.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 #012313 is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 1 | 35 | 19 | - |
| CMYK | 0.97 | 0 | 0.46 | 0.86 |
| HSL | 151.76º | 0.94% | 0.07% | - |
| HSV(B) | 151.76º | 0.97% | 0.14% | - |
| XYZ | 0.73 | 1.26 | 0.82 | - |
| YUV | 23.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 19 | 0.97 | 0 | 0.46 | 0.86 | 151.76 | 0.94 | 0.07 |
| Hex | 1 | 23 | 13 | 61 | 0 | 2E | 56 | 98 | 5E | 7 |
| Octal | 1 | 43 | 23 | 141 | 0 | 56 | 126 | 230 | 136 | 7 |
| Binary | 1 | 100011 | 10011 | 1100001 | 0 | 101110 | 1010110 | 10011000 | 1011110 | 111 |
Color Harmonies of #012313
Complementary color
Monochromatic Colors of #012313
Black with #012313
Text Example
Text Example
White with #012313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012313; }
p { color: rgb(1,35,19); }
H1.HeaderClassName
{
color: #012313;
}
.AnyTagClassName
{
color: #012313;
}
</style>
background-color css
<style>
a { background-color: #012313; }
a { background-color: rgb(1,35,19); }
div.DivClassName
{
background-color: #012313;
}
.BgClassName
{
background-color: #012313;
}
</style>
border-color css
<style>
span { border-color: #012313; }
span { border-color: rgb(1,35,19); }
td.TdClassName
{
border-color: #012313;
}
.TagClassName
{
border-color: #012313;
}
</style>