Shades of Dark Green #013118
Tints of Dark Green #013118
RGB
CMYK
RGB Variations
Color information
#013118 (or 0x013118) is known color: Dark Green. HEX triplet: 01, 31 and 18. RGB value is (1,49,24). Sum of RGB (Red+Green+Blue) = 1+49+24=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 49 (19.53% from 255 or 66.22% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 49 - color contains mainly: green. Hex color #013118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013118 is #FECEE7. Grayscale: #1F1F1F. Windows color (decimal): -16699112 or 1585409. OLE color: 1585409.
HSL color Cylindrical-coordinate representation of color #013118: hue angle of 148.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 #013118 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 49 | 24 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.81 |
| HSL | 148.75º | 0.96% | 0.1% | - |
| HSV(B) | 148.75º | 0.98% | 0.19% | - |
| XYZ | 1.28 | 2.27 | 1.23 | - |
| YUV | 31.8 | 123.6 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 24 | 0.98 | 0 | 0.51 | 0.81 | 148.75 | 0.96 | 0.1 |
| Hex | 1 | 31 | 18 | 62 | 0 | 33 | 51 | 95 | 60 | A |
| Octal | 1 | 61 | 30 | 142 | 0 | 63 | 121 | 225 | 140 | 12 |
| Binary | 1 | 110001 | 11000 | 1100010 | 0 | 110011 | 1010001 | 10010101 | 1100000 | 1010 |
Color Harmonies of #013118
Complementary color
Monochromatic Colors of #013118
Black with #013118
Text Example
Text Example
White with #013118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013118; }
p { color: rgb(1,49,24); }
H1.HeaderClassName
{
color: #013118;
}
.AnyTagClassName
{
color: #013118;
}
</style>
background-color css
<style>
a { background-color: #013118; }
a { background-color: rgb(1,49,24); }
div.DivClassName
{
background-color: #013118;
}
.BgClassName
{
background-color: #013118;
}
</style>
border-color css
<style>
span { border-color: #013118; }
span { border-color: rgb(1,49,24); }
td.TdClassName
{
border-color: #013118;
}
.TagClassName
{
border-color: #013118;
}
</style>