Shades of Dark Spring Green #018232
Tints of Dark Spring Green #018232
RGB
CMYK
RGB Variations
Color information
#018232 (or 0x018232) is known color: Dark Spring Green. HEX triplet: 01, 82 and 32. RGB value is (1,130,50). Sum of RGB (Red+Green+Blue) = 1+130+50=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 130 (51.17% from 255 or 71.82% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 130 - color contains mainly: green. Hex color #018232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018232 is #FE7DCD. Grayscale: #525252. Windows color (decimal): -16678350 or 3310081. OLE color: 3310081.
HSL color Cylindrical-coordinate representation of color #018232: hue angle of 142.79º 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 #018232 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 50 | - |
| CMYK | 0.99 | 0 | 0.62 | 0.49 |
| HSL | 142.79º | 0.98% | 0.26% | - |
| HSV(B) | 142.79º | 0.99% | 0.51% | - |
| XYZ | 8.57 | 16.2 | 5.69 | - |
| YUV | 82.31 | 109.76 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 50 | 0.99 | 0 | 0.62 | 0.49 | 142.79 | 0.98 | 0.26 |
| Hex | 1 | 82 | 32 | 63 | 0 | 3E | 31 | 8F | 62 | 1A |
| Octal | 1 | 202 | 62 | 143 | 0 | 76 | 61 | 217 | 142 | 32 |
| Binary | 1 | 10000010 | 110010 | 1100011 | 0 | 111110 | 110001 | 10001111 | 1100010 | 11010 |
Color Harmonies of #018232
Complementary color
Monochromatic Colors of #018232
Black with #018232
Text Example
Text Example
White with #018232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018232; }
p { color: rgb(1,130,50); }
H1.HeaderClassName
{
color: #018232;
}
.AnyTagClassName
{
color: #018232;
}
</style>
background-color css
<style>
a { background-color: #018232; }
a { background-color: rgb(1,130,50); }
div.DivClassName
{
background-color: #018232;
}
.BgClassName
{
background-color: #018232;
}
</style>
border-color css
<style>
span { border-color: #018232; }
span { border-color: rgb(1,130,50); }
td.TdClassName
{
border-color: #018232;
}
.TagClassName
{
border-color: #018232;
}
</style>