Shades of Dark Green #013029
Tints of Dark Green #013029
RGB
CMYK
RGB Variations
Color information
#013029 (or 0x013029) is known color: Dark Green. HEX triplet: 01, 30 and 29. RGB value is (1,48,41). Sum of RGB (Red+Green+Blue) = 1+48+41=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 48 (19.14% from 255 or 53.33% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 48 - color contains mainly: green. Hex color #013029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013029 is #FECFD6. Grayscale: #212121. Windows color (decimal): -16699351 or 2699265. OLE color: 2699265.
HSL color Cylindrical-coordinate representation of color #013029: hue angle of 171.06º 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 #013029 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 48 | 41 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.81 |
| HSL | 171.06º | 0.96% | 0.1% | - |
| HSV(B) | 171.06º | 0.98% | 0.19% | - |
| XYZ | 1.47 | 2.28 | 2.46 | - |
| YUV | 33.15 | 132.43 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 41 | 0.98 | 0 | 0.15 | 0.81 | 171.06 | 0.96 | 0.1 |
| Hex | 1 | 30 | 29 | 62 | 0 | F | 51 | AB | 60 | A |
| Octal | 1 | 60 | 51 | 142 | 0 | 17 | 121 | 253 | 140 | 12 |
| Binary | 1 | 110000 | 101001 | 1100010 | 0 | 1111 | 1010001 | 10101011 | 1100000 | 1010 |
Color Harmonies of #013029
Complementary color
Monochromatic Colors of #013029
Black with #013029
Text Example
Text Example
White with #013029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013029; }
p { color: rgb(1,48,41); }
H1.HeaderClassName
{
color: #013029;
}
.AnyTagClassName
{
color: #013029;
}
</style>
background-color css
<style>
a { background-color: #013029; }
a { background-color: rgb(1,48,41); }
div.DivClassName
{
background-color: #013029;
}
.BgClassName
{
background-color: #013029;
}
</style>
border-color css
<style>
span { border-color: #013029; }
span { border-color: rgb(1,48,41); }
td.TdClassName
{
border-color: #013029;
}
.TagClassName
{
border-color: #013029;
}
</style>