Shades of Dark Spring Green #018237
Tints of Dark Spring Green #018237
RGB
CMYK
RGB Variations
Color information
#018237 (or 0x018237) is known color: Dark Spring Green. HEX triplet: 01, 82 and 37. RGB value is (1,130,55). Sum of RGB (Red+Green+Blue) = 1+130+55=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 130 (51.17% from 255 or 69.89% from 186); Blue value is 55 (21.88% from 255 or 29.57% from 186); Max value from RGB is 130 - color contains mainly: green. Hex color #018237 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018237 is #FE7DC8. Grayscale: #535353. Windows color (decimal): -16678345 or 3637761. OLE color: 3637761.
HSL color Cylindrical-coordinate representation of color #018237: hue angle of 145.12º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018237 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 55 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.49 |
| HSL | 145.12º | 0.98% | 0.26% | - |
| HSV(B) | 145.12º | 0.99% | 0.51% | - |
| XYZ | 8.68 | 16.25 | 6.29 | - |
| YUV | 82.88 | 112.26 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 55 | 0.99 | 0 | 0.58 | 0.49 | 145.12 | 0.98 | 0.26 |
| Hex | 1 | 82 | 37 | 63 | 0 | 3A | 31 | 91 | 62 | 1A |
| Octal | 1 | 202 | 67 | 143 | 0 | 72 | 61 | 221 | 142 | 32 |
| Binary | 1 | 10000010 | 110111 | 1100011 | 0 | 111010 | 110001 | 10010001 | 1100010 | 11010 |
Color Harmonies of #018237
Complementary color
Monochromatic Colors of #018237
Black with #018237
Text Example
Text Example
White with #018237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018237; }
p { color: rgb(1,130,55); }
H1.HeaderClassName
{
color: #018237;
}
.AnyTagClassName
{
color: #018237;
}
</style>
background-color css
<style>
a { background-color: #018237; }
a { background-color: rgb(1,130,55); }
div.DivClassName
{
background-color: #018237;
}
.BgClassName
{
background-color: #018237;
}
</style>
border-color css
<style>
span { border-color: #018237; }
span { border-color: rgb(1,130,55); }
td.TdClassName
{
border-color: #018237;
}
.TagClassName
{
border-color: #018237;
}
</style>