Shades of Dark Green #01312C
Tints of Dark Green #01312C
RGB
CMYK
RGB Variations
Color information
#01312C (or 0x01312C) is known color: Dark Green. HEX triplet: 01, 31 and 2C. RGB value is (1,49,44). Sum of RGB (Red+Green+Blue) = 1+49+44=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #01312C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01312C is #FECED3. Grayscale: #222222. Windows color (decimal): -16699092 or 2896129. OLE color: 2896129.
HSL color Cylindrical-coordinate representation of color #01312C: hue angle of 173.75º 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 #01312C is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 49 | 44 | - |
| CMYK | 0.98 | 0 | 0.10 | 0.81 |
| HSL | 173.75º | 0.96% | 0.1% | - |
| HSV(B) | 173.75º | 0.98% | 0.19% | - |
| XYZ | 1.57 | 2.38 | 2.76 | - |
| YUV | 34.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 44 | 0.98 | 0 | 0.10 | 0.81 | 173.75 | 0.96 | 0.1 |
| Hex | 1 | 31 | 2C | 62 | 0 | A | 51 | AE | 60 | A |
| Octal | 1 | 61 | 54 | 142 | 0 | 12 | 121 | 256 | 140 | 12 |
| Binary | 1 | 110001 | 101100 | 1100010 | 0 | 1010 | 1010001 | 10101110 | 1100000 | 1010 |
Color Harmonies of #01312C
Complementary color
Monochromatic Colors of #01312C
Black with #01312C
Text Example
Text Example
White with #01312C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01312C; }
p { color: rgb(1,49,44); }
H1.HeaderClassName
{
color: #01312C;
}
.AnyTagClassName
{
color: #01312C;
}
</style>
background-color css
<style>
a { background-color: #01312C; }
a { background-color: rgb(1,49,44); }
div.DivClassName
{
background-color: #01312C;
}
.BgClassName
{
background-color: #01312C;
}
</style>
border-color css
<style>
span { border-color: #01312C; }
span { border-color: rgb(1,49,44); }
td.TdClassName
{
border-color: #01312C;
}
.TagClassName
{
border-color: #01312C;
}
</style>