Shades of Dark Green #013530
Tints of Dark Green #013530
RGB
CMYK
RGB Variations
Color information
#013530 (or 0x013530) is known color: Dark Green. HEX triplet: 01, 35 and 30. RGB value is (1,53,48). Sum of RGB (Red+Green+Blue) = 1+53+48=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 53 (21.09% from 255 or 51.96% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 53 - color contains mainly: green. Hex color #013530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013530 is #FECACF. Grayscale: #242424. Windows color (decimal): -16698064 or 3159297. OLE color: 3159297.
HSL color Cylindrical-coordinate representation of color #013530: hue angle of 174.23º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013530 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 1 | 53 | 48 | - |
| CMYK | 0.98 | 0 | 0.09 | 0.79 |
| HSL | 174.23º | 0.96% | 0.11% | - |
| HSV(B) | 174.23º | 0.98% | 0.21% | - |
| XYZ | 1.82 | 2.77 | 3.23 | - |
| YUV | 36.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 53 | 48 | 0.98 | 0 | 0.09 | 0.79 | 174.23 | 0.96 | 0.11 |
| Hex | 1 | 35 | 30 | 62 | 0 | 9 | 4F | AE | 60 | B |
| Octal | 1 | 65 | 60 | 142 | 0 | 11 | 117 | 256 | 140 | 13 |
| Binary | 1 | 110101 | 110000 | 1100010 | 0 | 1001 | 1001111 | 10101110 | 1100000 | 1011 |
Color Harmonies of #013530
Complementary color
Monochromatic Colors of #013530
Black with #013530
Text Example
Text Example
White with #013530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013530; }
p { color: rgb(1,53,48); }
H1.HeaderClassName
{
color: #013530;
}
.AnyTagClassName
{
color: #013530;
}
</style>
background-color css
<style>
a { background-color: #013530; }
a { background-color: rgb(1,53,48); }
div.DivClassName
{
background-color: #013530;
}
.BgClassName
{
background-color: #013530;
}
</style>
border-color css
<style>
span { border-color: #013530; }
span { border-color: rgb(1,53,48); }
td.TdClassName
{
border-color: #013530;
}
.TagClassName
{
border-color: #013530;
}
</style>