Shades of Dark Green #012713
Tints of Dark Green #012713
RGB
CMYK
RGB Variations
Color information
#012713 (or 0x012713) is known color: Dark Green. HEX triplet: 01, 27 and 13. RGB value is (1,39,19). Sum of RGB (Red+Green+Blue) = 1+39+19=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 39 (15.62% from 255 or 66.10% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 39 - color contains mainly: green. Hex color #012713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012713 is #FED8EC. Grayscale: #191919. Windows color (decimal): -16701677 or 1255169. OLE color: 1255169.
HSL color Cylindrical-coordinate representation of color #012713: hue angle of 148.42º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012713 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 39 | 19 | - |
| CMYK | 0.97 | 0 | 0.51 | 0.85 |
| HSL | 148.42º | 0.95% | 0.08% | - |
| HSV(B) | 148.42º | 0.97% | 0.15% | - |
| XYZ | 0.86 | 1.5 | 0.86 | - |
| YUV | 25.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 19 | 0.97 | 0 | 0.51 | 0.85 | 148.42 | 0.95 | 0.08 |
| Hex | 1 | 27 | 13 | 61 | 0 | 33 | 55 | 94 | 5F | 8 |
| Octal | 1 | 47 | 23 | 141 | 0 | 63 | 125 | 224 | 137 | 10 |
| Binary | 1 | 100111 | 10011 | 1100001 | 0 | 110011 | 1010101 | 10010100 | 1011111 | 1000 |
Color Harmonies of #012713
Complementary color
Monochromatic Colors of #012713
Black with #012713
Text Example
Text Example
White with #012713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012713; }
p { color: rgb(1,39,19); }
H1.HeaderClassName
{
color: #012713;
}
.AnyTagClassName
{
color: #012713;
}
</style>
background-color css
<style>
a { background-color: #012713; }
a { background-color: rgb(1,39,19); }
div.DivClassName
{
background-color: #012713;
}
.BgClassName
{
background-color: #012713;
}
</style>
border-color css
<style>
span { border-color: #012713; }
span { border-color: rgb(1,39,19); }
td.TdClassName
{
border-color: #012713;
}
.TagClassName
{
border-color: #012713;
}
</style>