Shades of Dark Spring Green #018631
Tints of Dark Spring Green #018631
RGB
CMYK
RGB Variations
Color information
#018631 (or 0x018631) is known color: Dark Spring Green. HEX triplet: 01, 86 and 31. RGB value is (1,134,49). Sum of RGB (Red+Green+Blue) = 1+134+49=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 134 (52.73% from 255 or 72.83% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 134 - color contains mainly: green. Hex color #018631 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018631 is #FE79CE. Grayscale: #545454. Windows color (decimal): -16677327 or 3245569. OLE color: 3245569.
HSL color Cylindrical-coordinate representation of color #018631: hue angle of 141.65º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018631 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 134 | 49 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.47 |
| HSL | 141.65º | 0.99% | 0.26% | - |
| HSV(B) | 141.65º | 0.99% | 0.53% | - |
| XYZ | 9.09 | 17.28 | 5.76 | - |
| YUV | 84.54 | 107.94 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 49 | 0.99 | 0 | 0.63 | 0.47 | 141.65 | 0.99 | 0.26 |
| Hex | 1 | 86 | 31 | 63 | 0 | 3F | 2F | 8E | 63 | 1A |
| Octal | 1 | 206 | 61 | 143 | 0 | 77 | 57 | 216 | 143 | 32 |
| Binary | 1 | 10000110 | 110001 | 1100011 | 0 | 111111 | 101111 | 10001110 | 1100011 | 11010 |
Color Harmonies of #018631
Complementary color
Monochromatic Colors of #018631
Black with #018631
Text Example
Text Example
White with #018631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018631; }
p { color: rgb(1,134,49); }
H1.HeaderClassName
{
color: #018631;
}
.AnyTagClassName
{
color: #018631;
}
</style>
background-color css
<style>
a { background-color: #018631; }
a { background-color: rgb(1,134,49); }
div.DivClassName
{
background-color: #018631;
}
.BgClassName
{
background-color: #018631;
}
</style>
border-color css
<style>
span { border-color: #018631; }
span { border-color: rgb(1,134,49); }
td.TdClassName
{
border-color: #018631;
}
.TagClassName
{
border-color: #018631;
}
</style>