Shades of Dark Green #01312E
Tints of Dark Green #01312E
RGB
CMYK
RGB Variations
Color information
#01312E (or 0x01312E) is known color: Dark Green. HEX triplet: 01, 31 and 2E. RGB value is (1,49,46). Sum of RGB (Red+Green+Blue) = 1+49+46=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 49 (19.53% from 255 or 51.04% from 96); Blue value is 46 (18.36% from 255 or 47.92% from 96); Max value from RGB is 49 - color contains mainly: green. Hex color #01312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01312E is #FECED1. Grayscale: #222222. Windows color (decimal): -16699090 or 3027201. OLE color: 3027201.
HSL color Cylindrical-coordinate representation of color #01312E: hue angle of 176.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01312E is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 49 | 46 | - |
| CMYK | 0.98 | 0 | 0.06 | 0.81 |
| HSL | 176.25º | 0.96% | 0.1% | - |
| HSV(B) | 176.25º | 0.98% | 0.19% | - |
| XYZ | 1.6 | 2.4 | 2.96 | - |
| YUV | 34.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 46 | 0.98 | 0 | 0.06 | 0.81 | 176.25 | 0.96 | 0.1 |
| Hex | 1 | 31 | 2E | 62 | 0 | 6 | 51 | B0 | 60 | A |
| Octal | 1 | 61 | 56 | 142 | 0 | 6 | 121 | 260 | 140 | 12 |
| Binary | 1 | 110001 | 101110 | 1100010 | 0 | 110 | 1010001 | 10110000 | 1100000 | 1010 |
Color Harmonies of #01312E
Complementary color
Monochromatic Colors of #01312E
Black with #01312E
Text Example
Text Example
White with #01312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01312E; }
p { color: rgb(1,49,46); }
H1.HeaderClassName
{
color: #01312E;
}
.AnyTagClassName
{
color: #01312E;
}
</style>
background-color css
<style>
a { background-color: #01312E; }
a { background-color: rgb(1,49,46); }
div.DivClassName
{
background-color: #01312E;
}
.BgClassName
{
background-color: #01312E;
}
</style>
border-color css
<style>
span { border-color: #01312E; }
span { border-color: rgb(1,49,46); }
td.TdClassName
{
border-color: #01312E;
}
.TagClassName
{
border-color: #01312E;
}
</style>