Shades of Dark Green #013128
Tints of Dark Green #013128
RGB
CMYK
RGB Variations
Color information
#013128 (or 0x013128) is known color: Dark Green. HEX triplet: 01, 31 and 28. RGB value is (1,49,40). Sum of RGB (Red+Green+Blue) = 1+49+40=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #013128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013128 is #FECED7. Grayscale: #212121. Windows color (decimal): -16699096 or 2633985. OLE color: 2633985.
HSL color Cylindrical-coordinate representation of color #013128: hue angle of 168.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 #013128 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 49 | 40 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.81 |
| HSL | 168.75º | 0.96% | 0.1% | - |
| HSV(B) | 168.75º | 0.98% | 0.19% | - |
| XYZ | 1.49 | 2.36 | 2.38 | - |
| YUV | 33.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 40 | 0.98 | 0 | 0.18 | 0.81 | 168.75 | 0.96 | 0.1 |
| Hex | 1 | 31 | 28 | 62 | 0 | 12 | 51 | A9 | 60 | A |
| Octal | 1 | 61 | 50 | 142 | 0 | 22 | 121 | 251 | 140 | 12 |
| Binary | 1 | 110001 | 101000 | 1100010 | 0 | 10010 | 1010001 | 10101001 | 1100000 | 1010 |
Color Harmonies of #013128
Complementary color
Monochromatic Colors of #013128
Black with #013128
Text Example
Text Example
White with #013128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013128; }
p { color: rgb(1,49,40); }
H1.HeaderClassName
{
color: #013128;
}
.AnyTagClassName
{
color: #013128;
}
</style>
background-color css
<style>
a { background-color: #013128; }
a { background-color: rgb(1,49,40); }
div.DivClassName
{
background-color: #013128;
}
.BgClassName
{
background-color: #013128;
}
</style>
border-color css
<style>
span { border-color: #013128; }
span { border-color: rgb(1,49,40); }
td.TdClassName
{
border-color: #013128;
}
.TagClassName
{
border-color: #013128;
}
</style>