Shades of Dark Spring Green #018134
Tints of Dark Spring Green #018134
RGB
CMYK
RGB Variations
Color information
#018134 (or 0x018134) is known color: Dark Spring Green. HEX triplet: 01, 81 and 34. RGB value is (1,129,52). Sum of RGB (Red+Green+Blue) = 1+129+52=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 129 (50.78% from 255 or 70.88% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 129 - color contains mainly: green. Hex color #018134 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018134 is #FE7ECB. Grayscale: #525252. Windows color (decimal): -16678604 or 3440897. OLE color: 3440897.
HSL color Cylindrical-coordinate representation of color #018134: hue angle of 143.91º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018134 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 129 | 52 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.49 |
| HSL | 143.91º | 0.98% | 0.25% | - |
| HSV(B) | 143.91º | 0.99% | 0.51% | - |
| XYZ | 8.48 | 15.95 | 5.88 | - |
| YUV | 81.95 | 111.09 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 129 | 52 | 0.99 | 0 | 0.60 | 0.49 | 143.91 | 0.98 | 0.25 |
| Hex | 1 | 81 | 34 | 63 | 0 | 3C | 31 | 90 | 62 | 19 |
| Octal | 1 | 201 | 64 | 143 | 0 | 74 | 61 | 220 | 142 | 31 |
| Binary | 1 | 10000001 | 110100 | 1100011 | 0 | 111100 | 110001 | 10010000 | 1100010 | 11001 |
Color Harmonies of #018134
Complementary color
Monochromatic Colors of #018134
Black with #018134
Text Example
Text Example
White with #018134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018134; }
p { color: rgb(1,129,52); }
H1.HeaderClassName
{
color: #018134;
}
.AnyTagClassName
{
color: #018134;
}
</style>
background-color css
<style>
a { background-color: #018134; }
a { background-color: rgb(1,129,52); }
div.DivClassName
{
background-color: #018134;
}
.BgClassName
{
background-color: #018134;
}
</style>
border-color css
<style>
span { border-color: #018134; }
span { border-color: rgb(1,129,52); }
td.TdClassName
{
border-color: #018134;
}
.TagClassName
{
border-color: #018134;
}
</style>