Shades of Dark Spring Green #018330
Tints of Dark Spring Green #018330
RGB
CMYK
RGB Variations
Color information
#018330 (or 0x018330) is known color: Dark Spring Green. HEX triplet: 01, 83 and 30. RGB value is (1,131,48). Sum of RGB (Red+Green+Blue) = 1+131+48=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 131 (51.56% from 255 or 72.78% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 131 - color contains mainly: green. Hex color #018330 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018330 is #FE7CCF. Grayscale: #525252. Windows color (decimal): -16678096 or 3179265. OLE color: 3179265.
HSL color Cylindrical-coordinate representation of color #018330: hue angle of 141.69º 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 #018330 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 131 | 48 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.49 |
| HSL | 141.69º | 0.98% | 0.26% | - |
| HSV(B) | 141.69º | 0.99% | 0.51% | - |
| XYZ | 8.66 | 16.45 | 5.52 | - |
| YUV | 82.67 | 108.43 | 69.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 131 | 48 | 0.99 | 0 | 0.63 | 0.49 | 141.69 | 0.98 | 0.26 |
| Hex | 1 | 83 | 30 | 63 | 0 | 3F | 31 | 8E | 62 | 1A |
| Octal | 1 | 203 | 60 | 143 | 0 | 77 | 61 | 216 | 142 | 32 |
| Binary | 1 | 10000011 | 110000 | 1100011 | 0 | 111111 | 110001 | 10001110 | 1100010 | 11010 |
Color Harmonies of #018330
Complementary color
Monochromatic Colors of #018330
Black with #018330
Text Example
Text Example
White with #018330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018330; }
p { color: rgb(1,131,48); }
H1.HeaderClassName
{
color: #018330;
}
.AnyTagClassName
{
color: #018330;
}
</style>
background-color css
<style>
a { background-color: #018330; }
a { background-color: rgb(1,131,48); }
div.DivClassName
{
background-color: #018330;
}
.BgClassName
{
background-color: #018330;
}
</style>
border-color css
<style>
span { border-color: #018330; }
span { border-color: rgb(1,131,48); }
td.TdClassName
{
border-color: #018330;
}
.TagClassName
{
border-color: #018330;
}
</style>