Shades of Dark Spring Green #018531
Tints of Dark Spring Green #018531
RGB
CMYK
RGB Variations
Color information
#018531 (or 0x018531) is known color: Dark Spring Green. HEX triplet: 01, 85 and 31. RGB value is (1,133,49). Sum of RGB (Red+Green+Blue) = 1+133+49=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 133 (52.34% from 255 or 72.68% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 133 - color contains mainly: green. Hex color #018531 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018531 is #FE7ACE. Grayscale: #545454. Windows color (decimal): -16677583 or 3245313. OLE color: 3245313.
HSL color Cylindrical-coordinate representation of color #018531: hue angle of 141.82º 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 #018531 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 49 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.48 |
| HSL | 141.82º | 0.99% | 0.26% | - |
| HSV(B) | 141.82º | 0.99% | 0.52% | - |
| XYZ | 8.95 | 17 | 5.72 | - |
| YUV | 83.96 | 108.27 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 49 | 0.99 | 0 | 0.63 | 0.48 | 141.82 | 0.99 | 0.26 |
| Hex | 1 | 85 | 31 | 63 | 0 | 3F | 30 | 8E | 63 | 1A |
| Octal | 1 | 205 | 61 | 143 | 0 | 77 | 60 | 216 | 143 | 32 |
| Binary | 1 | 10000101 | 110001 | 1100011 | 0 | 111111 | 110000 | 10001110 | 1100011 | 11010 |
Color Harmonies of #018531
Complementary color
Monochromatic Colors of #018531
Black with #018531
Text Example
Text Example
White with #018531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018531; }
p { color: rgb(1,133,49); }
H1.HeaderClassName
{
color: #018531;
}
.AnyTagClassName
{
color: #018531;
}
</style>
background-color css
<style>
a { background-color: #018531; }
a { background-color: rgb(1,133,49); }
div.DivClassName
{
background-color: #018531;
}
.BgClassName
{
background-color: #018531;
}
</style>
border-color css
<style>
span { border-color: #018531; }
span { border-color: rgb(1,133,49); }
td.TdClassName
{
border-color: #018531;
}
.TagClassName
{
border-color: #018531;
}
</style>