Shades of Dark Spring Green #018036
Tints of Dark Spring Green #018036
RGB
CMYK
RGB Variations
Color information
#018036 (or 0x018036) is known color: Dark Spring Green. HEX triplet: 01, 80 and 36. RGB value is (1,128,54). Sum of RGB (Red+Green+Blue) = 1+128+54=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 128 (50.39% from 255 or 69.95% from 183); Blue value is 54 (21.48% from 255 or 29.51% from 183); Max value from RGB is 128 - color contains mainly: green. Hex color #018036 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018036 is #FE7FC9. Grayscale: #515151. Windows color (decimal): -16678858 or 3571713. OLE color: 3571713.
HSL color Cylindrical-coordinate representation of color #018036: hue angle of 145.04º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018036 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 128 | 54 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.50 |
| HSL | 145.04º | 0.98% | 0.25% | - |
| HSV(B) | 145.04º | 0.99% | 0.5% | - |
| XYZ | 8.4 | 15.71 | 6.08 | - |
| YUV | 81.59 | 112.42 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 54 | 0.99 | 0 | 0.58 | 0.50 | 145.04 | 0.98 | 0.25 |
| Hex | 1 | 80 | 36 | 63 | 0 | 3A | 32 | 91 | 62 | 19 |
| Octal | 1 | 200 | 66 | 143 | 0 | 72 | 62 | 221 | 142 | 31 |
| Binary | 1 | 10000000 | 110110 | 1100011 | 0 | 111010 | 110010 | 10010001 | 1100010 | 11001 |
Color Harmonies of #018036
Complementary color
Monochromatic Colors of #018036
Black with #018036
Text Example
Text Example
White with #018036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018036; }
p { color: rgb(1,128,54); }
H1.HeaderClassName
{
color: #018036;
}
.AnyTagClassName
{
color: #018036;
}
</style>
background-color css
<style>
a { background-color: #018036; }
a { background-color: rgb(1,128,54); }
div.DivClassName
{
background-color: #018036;
}
.BgClassName
{
background-color: #018036;
}
</style>
border-color css
<style>
span { border-color: #018036; }
span { border-color: rgb(1,128,54); }
td.TdClassName
{
border-color: #018036;
}
.TagClassName
{
border-color: #018036;
}
</style>