Shades of Dark Green #013A31
Tints of Dark Green #013A31
RGB
CMYK
RGB Variations
Color information
#013A31 (or 0x013A31) is known color: Dark Green. HEX triplet: 01, 3A and 31. RGB value is (1,58,49). Sum of RGB (Red+Green+Blue) = 1+58+49=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 58 (23.05% from 255 or 53.70% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 58 - color contains mainly: green. Hex color #013A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A31 is #FEC5CE. Grayscale: #272727. Windows color (decimal): -16696783 or 3226113. OLE color: 3226113.
HSL color Cylindrical-coordinate representation of color #013A31: hue angle of 170.53º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013A31 is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 58 | 49 | - |
| CMYK | 0.98 | 0 | 0.16 | 0.77 |
| HSL | 170.53º | 0.97% | 0.12% | - |
| HSV(B) | 170.53º | 0.98% | 0.23% | - |
| XYZ | 2.08 | 3.25 | 3.42 | - |
| YUV | 39.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 49 | 0.98 | 0 | 0.16 | 0.77 | 170.53 | 0.97 | 0.12 |
| Hex | 1 | 3A | 31 | 62 | 0 | 10 | 4D | AB | 61 | C |
| Octal | 1 | 72 | 61 | 142 | 0 | 20 | 115 | 253 | 141 | 14 |
| Binary | 1 | 111010 | 110001 | 1100010 | 0 | 10000 | 1001101 | 10101011 | 1100001 | 1100 |
Color Harmonies of #013A31
Complementary color
Monochromatic Colors of #013A31
Black with #013A31
Text Example
Text Example
White with #013A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A31; }
p { color: rgb(1,58,49); }
H1.HeaderClassName
{
color: #013A31;
}
.AnyTagClassName
{
color: #013A31;
}
</style>
background-color css
<style>
a { background-color: #013A31; }
a { background-color: rgb(1,58,49); }
div.DivClassName
{
background-color: #013A31;
}
.BgClassName
{
background-color: #013A31;
}
</style>
border-color css
<style>
span { border-color: #013A31; }
span { border-color: rgb(1,58,49); }
td.TdClassName
{
border-color: #013A31;
}
.TagClassName
{
border-color: #013A31;
}
</style>