Shades of Dark Spring Green #018430
Tints of Dark Spring Green #018430
RGB
CMYK
RGB Variations
Color information
#018430 (or 0x018430) is known color: Dark Spring Green. HEX triplet: 01, 84 and 30. RGB value is (1,132,48). Sum of RGB (Red+Green+Blue) = 1+132+48=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 132 (51.95% from 255 or 72.93% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 132 - color contains mainly: green. Hex color #018430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018430 is #FE7BCF. Grayscale: #535353. Windows color (decimal): -16677840 or 3179521. OLE color: 3179521.
HSL color Cylindrical-coordinate representation of color #018430: hue angle of 141.53º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018430 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 48 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.48 |
| HSL | 141.53º | 0.98% | 0.26% | - |
| HSV(B) | 141.53º | 0.99% | 0.52% | - |
| XYZ | 8.8 | 16.72 | 5.56 | - |
| YUV | 83.26 | 108.1 | 69.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 48 | 0.99 | 0 | 0.64 | 0.48 | 141.53 | 0.98 | 0.26 |
| Hex | 1 | 84 | 30 | 63 | 0 | 40 | 30 | 8E | 62 | 1A |
| Octal | 1 | 204 | 60 | 143 | 0 | 100 | 60 | 216 | 142 | 32 |
| Binary | 1 | 10000100 | 110000 | 1100011 | 0 | 1000000 | 110000 | 10001110 | 1100010 | 11010 |
Color Harmonies of #018430
Complementary color
Monochromatic Colors of #018430
Black with #018430
Text Example
Text Example
White with #018430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018430; }
p { color: rgb(1,132,48); }
H1.HeaderClassName
{
color: #018430;
}
.AnyTagClassName
{
color: #018430;
}
</style>
background-color css
<style>
a { background-color: #018430; }
a { background-color: rgb(1,132,48); }
div.DivClassName
{
background-color: #018430;
}
.BgClassName
{
background-color: #018430;
}
</style>
border-color css
<style>
span { border-color: #018430; }
span { border-color: rgb(1,132,48); }
td.TdClassName
{
border-color: #018430;
}
.TagClassName
{
border-color: #018430;
}
</style>