Shades of Dark Green #013127
Tints of Dark Green #013127
RGB
CMYK
RGB Variations
Color information
#013127 (or 0x013127) is known color: Dark Green. HEX triplet: 01, 31 and 27. RGB value is (1,49,39). Sum of RGB (Red+Green+Blue) = 1+49+39=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 39 (15.62% from 255 or 43.82% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #013127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013127 is #FECED8. Grayscale: #212121. Windows color (decimal): -16699097 or 2568449. OLE color: 2568449.
HSL color Cylindrical-coordinate representation of color #013127: hue angle of 167.5º 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 #013127 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 49 | 39 | - |
| CMYK | 0.98 | 0 | 0.20 | 0.81 |
| HSL | 167.5º | 0.96% | 0.1% | - |
| HSV(B) | 167.5º | 0.98% | 0.19% | - |
| XYZ | 1.48 | 2.35 | 2.3 | - |
| YUV | 33.51 | 131.1 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 39 | 0.98 | 0 | 0.20 | 0.81 | 167.5 | 0.96 | 0.1 |
| Hex | 1 | 31 | 27 | 62 | 0 | 14 | 51 | A8 | 60 | A |
| Octal | 1 | 61 | 47 | 142 | 0 | 24 | 121 | 250 | 140 | 12 |
| Binary | 1 | 110001 | 100111 | 1100010 | 0 | 10100 | 1010001 | 10101000 | 1100000 | 1010 |
Color Harmonies of #013127
Complementary color
Monochromatic Colors of #013127
Black with #013127
Text Example
Text Example
White with #013127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013127; }
p { color: rgb(1,49,39); }
H1.HeaderClassName
{
color: #013127;
}
.AnyTagClassName
{
color: #013127;
}
</style>
background-color css
<style>
a { background-color: #013127; }
a { background-color: rgb(1,49,39); }
div.DivClassName
{
background-color: #013127;
}
.BgClassName
{
background-color: #013127;
}
</style>
border-color css
<style>
span { border-color: #013127; }
span { border-color: rgb(1,49,39); }
td.TdClassName
{
border-color: #013127;
}
.TagClassName
{
border-color: #013127;
}
</style>