Shades of Dark Spring Green #018535
Tints of Dark Spring Green #018535
RGB
CMYK
RGB Variations
Color information
#018535 (or 0x018535) is known color: Dark Spring Green. HEX triplet: 01, 85 and 35. RGB value is (1,133,53). Sum of RGB (Red+Green+Blue) = 1+133+53=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 133 (52.34% from 255 or 71.12% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 133 - color contains mainly: green. Hex color #018535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018535 is #FE7ACA. Grayscale: #545454. Windows color (decimal): -16677579 or 3507457. OLE color: 3507457.
HSL color Cylindrical-coordinate representation of color #018535: hue angle of 143.64º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018535 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 53 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.48 |
| HSL | 143.64º | 0.99% | 0.26% | - |
| HSV(B) | 143.64º | 0.99% | 0.52% | - |
| XYZ | 9.04 | 17.04 | 6.18 | - |
| YUV | 84.41 | 110.27 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 53 | 0.99 | 0 | 0.60 | 0.48 | 143.64 | 0.99 | 0.26 |
| Hex | 1 | 85 | 35 | 63 | 0 | 3C | 30 | 90 | 63 | 1A |
| Octal | 1 | 205 | 65 | 143 | 0 | 74 | 60 | 220 | 143 | 32 |
| Binary | 1 | 10000101 | 110101 | 1100011 | 0 | 111100 | 110000 | 10010000 | 1100011 | 11010 |
Color Harmonies of #018535
Complementary color
Monochromatic Colors of #018535
Black with #018535
Text Example
Text Example
White with #018535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018535; }
p { color: rgb(1,133,53); }
H1.HeaderClassName
{
color: #018535;
}
.AnyTagClassName
{
color: #018535;
}
</style>
background-color css
<style>
a { background-color: #018535; }
a { background-color: rgb(1,133,53); }
div.DivClassName
{
background-color: #018535;
}
.BgClassName
{
background-color: #018535;
}
</style>
border-color css
<style>
span { border-color: #018535; }
span { border-color: rgb(1,133,53); }
td.TdClassName
{
border-color: #018535;
}
.TagClassName
{
border-color: #018535;
}
</style>