Shades of Dark Spring Green #018738
Tints of Dark Spring Green #018738
RGB
CMYK
RGB Variations
Color information
#018738 (or 0x018738) is known color: Dark Spring Green. HEX triplet: 01, 87 and 38. RGB value is (1,135,56). Sum of RGB (Red+Green+Blue) = 1+135+56=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 135 (53.12% from 255 or 70.31% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 135 - color contains mainly: green. Hex color #018738 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018738 is #FE78C7. Grayscale: #565656. Windows color (decimal): -16677064 or 3704577. OLE color: 3704577.
HSL color Cylindrical-coordinate representation of color #018738: hue angle of 144.63º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018738 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 56 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.47 |
| HSL | 144.63º | 0.99% | 0.27% | - |
| HSV(B) | 144.63º | 0.99% | 0.53% | - |
| XYZ | 9.39 | 17.62 | 6.65 | - |
| YUV | 85.93 | 111.11 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 56 | 0.99 | 0 | 0.59 | 0.47 | 144.63 | 0.99 | 0.27 |
| Hex | 1 | 87 | 38 | 63 | 0 | 3B | 2F | 91 | 63 | 1B |
| Octal | 1 | 207 | 70 | 143 | 0 | 73 | 57 | 221 | 143 | 33 |
| Binary | 1 | 10000111 | 111000 | 1100011 | 0 | 111011 | 101111 | 10010001 | 1100011 | 11011 |
Color Harmonies of #018738
Complementary color
Monochromatic Colors of #018738
Black with #018738
Text Example
Text Example
White with #018738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018738; }
p { color: rgb(1,135,56); }
H1.HeaderClassName
{
color: #018738;
}
.AnyTagClassName
{
color: #018738;
}
</style>
background-color css
<style>
a { background-color: #018738; }
a { background-color: rgb(1,135,56); }
div.DivClassName
{
background-color: #018738;
}
.BgClassName
{
background-color: #018738;
}
</style>
border-color css
<style>
span { border-color: #018738; }
span { border-color: rgb(1,135,56); }
td.TdClassName
{
border-color: #018738;
}
.TagClassName
{
border-color: #018738;
}
</style>