Shades of Dark Green #013010
Tints of Dark Green #013010
RGB
CMYK
RGB Variations
Color information
#013010 (or 0x013010) is known color: Dark Green. HEX triplet: 01, 30 and 10. RGB value is (1,48,16). Sum of RGB (Red+Green+Blue) = 1+48+16=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 48 (19.14% from 255 or 73.85% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 48 - color contains mainly: green. Hex color #013010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013010 is #FECFEF. Grayscale: #1E1E1E. Windows color (decimal): -16699376 or 1060865. OLE color: 1060865.
HSL color Cylindrical-coordinate representation of color #013010: hue angle of 139.15º 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 #013010 is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 48 | 16 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.81 |
| HSL | 139.15º | 0.96% | 0.1% | - |
| HSV(B) | 139.15º | 0.98% | 0.19% | - |
| XYZ | 1.16 | 2.16 | 0.85 | - |
| YUV | 30.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 48 | 16 | 0.98 | 0 | 0.67 | 0.81 | 139.15 | 0.96 | 0.1 |
| Hex | 1 | 30 | 10 | 62 | 0 | 43 | 51 | 8B | 60 | A |
| Octal | 1 | 60 | 20 | 142 | 0 | 103 | 121 | 213 | 140 | 12 |
| Binary | 1 | 110000 | 10000 | 1100010 | 0 | 1000011 | 1010001 | 10001011 | 1100000 | 1010 |
Color Harmonies of #013010
Complementary color
Monochromatic Colors of #013010
Black with #013010
Text Example
Text Example
White with #013010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013010; }
p { color: rgb(1,48,16); }
H1.HeaderClassName
{
color: #013010;
}
.AnyTagClassName
{
color: #013010;
}
</style>
background-color css
<style>
a { background-color: #013010; }
a { background-color: rgb(1,48,16); }
div.DivClassName
{
background-color: #013010;
}
.BgClassName
{
background-color: #013010;
}
</style>
border-color css
<style>
span { border-color: #013010; }
span { border-color: rgb(1,48,16); }
td.TdClassName
{
border-color: #013010;
}
.TagClassName
{
border-color: #013010;
}
</style>