Shades of Dark Spring Green #018C30
Tints of Dark Spring Green #018C30
RGB
CMYK
RGB Variations
Color information
#018C30 (or 0x018C30) is known color: Dark Spring Green. HEX triplet: 01, 8C and 30. RGB value is (1,140,48). Sum of RGB (Red+Green+Blue) = 1+140+48=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 140 (55.08% from 255 or 74.07% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 140 - color contains mainly: green. Hex color #018C30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018C30 is #FE73CF. Grayscale: #585858. Windows color (decimal): -16675792 or 3181569. OLE color: 3181569.
HSL color Cylindrical-coordinate representation of color #018C30: hue angle of 140.29º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018C30 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 140 | 48 | - |
| CMYK | 0.99 | 0 | 0.66 | 0.45 |
| HSL | 140.29º | 0.99% | 0.28% | - |
| HSV(B) | 140.29º | 0.99% | 0.55% | - |
| XYZ | 9.92 | 18.98 | 5.94 | - |
| YUV | 87.95 | 105.45 | 65.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 48 | 0.99 | 0 | 0.66 | 0.45 | 140.29 | 0.99 | 0.28 |
| Hex | 1 | 8C | 30 | 63 | 0 | 42 | 2D | 8C | 63 | 1C |
| Octal | 1 | 214 | 60 | 143 | 0 | 102 | 55 | 214 | 143 | 34 |
| Binary | 1 | 10001100 | 110000 | 1100011 | 0 | 1000010 | 101101 | 10001100 | 1100011 | 11100 |
Color Harmonies of #018C30
Complementary color
Monochromatic Colors of #018C30
Black with #018C30
Text Example
Text Example
White with #018C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018C30; }
p { color: rgb(1,140,48); }
H1.HeaderClassName
{
color: #018C30;
}
.AnyTagClassName
{
color: #018C30;
}
</style>
background-color css
<style>
a { background-color: #018C30; }
a { background-color: rgb(1,140,48); }
div.DivClassName
{
background-color: #018C30;
}
.BgClassName
{
background-color: #018C30;
}
</style>
border-color css
<style>
span { border-color: #018C30; }
span { border-color: rgb(1,140,48); }
td.TdClassName
{
border-color: #018C30;
}
.TagClassName
{
border-color: #018C30;
}
</style>