Shades of Dark Green #013C31
Tints of Dark Green #013C31
RGB
CMYK
RGB Variations
Color information
#013C31 (or 0x013C31) is known color: Dark Green. HEX triplet: 01, 3C and 31. RGB value is (1,60,49). Sum of RGB (Red+Green+Blue) = 1+60+49=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 60 (23.83% from 255 or 54.55% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 60 - color contains mainly: green. Hex color #013C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C31 is #FEC3CE. Grayscale: #292929. Windows color (decimal): -16696271 or 3226625. OLE color: 3226625.
HSL color Cylindrical-coordinate representation of color #013C31: hue angle of 168.81º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013C31 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 60 | 49 | - |
| CMYK | 0.98 | 0 | 0.18 | 0.76 |
| HSL | 168.81º | 0.97% | 0.12% | - |
| HSV(B) | 168.81º | 0.98% | 0.24% | - |
| XYZ | 2.18 | 3.46 | 3.46 | - |
| YUV | 41.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 60 | 49 | 0.98 | 0 | 0.18 | 0.76 | 168.81 | 0.97 | 0.12 |
| Hex | 1 | 3C | 31 | 62 | 0 | 12 | 4C | A9 | 61 | C |
| Octal | 1 | 74 | 61 | 142 | 0 | 22 | 114 | 251 | 141 | 14 |
| Binary | 1 | 111100 | 110001 | 1100010 | 0 | 10010 | 1001100 | 10101001 | 1100001 | 1100 |
Color Harmonies of #013C31
Complementary color
Monochromatic Colors of #013C31
Black with #013C31
Text Example
Text Example
White with #013C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013C31; }
p { color: rgb(1,60,49); }
H1.HeaderClassName
{
color: #013C31;
}
.AnyTagClassName
{
color: #013C31;
}
</style>
background-color css
<style>
a { background-color: #013C31; }
a { background-color: rgb(1,60,49); }
div.DivClassName
{
background-color: #013C31;
}
.BgClassName
{
background-color: #013C31;
}
</style>
border-color css
<style>
span { border-color: #013C31; }
span { border-color: rgb(1,60,49); }
td.TdClassName
{
border-color: #013C31;
}
.TagClassName
{
border-color: #013C31;
}
</style>