Shades of Dark Spring Green #018235
Tints of Dark Spring Green #018235
RGB
CMYK
RGB Variations
Color information
#018235 (or 0x018235) is known color: Dark Spring Green. HEX triplet: 01, 82 and 35. RGB value is (1,130,53). Sum of RGB (Red+Green+Blue) = 1+130+53=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 130 (51.17% from 255 or 70.65% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 130 - color contains mainly: green. Hex color #018235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018235 is #FE7DCA. Grayscale: #525252. Windows color (decimal): -16678347 or 3506689. OLE color: 3506689.
HSL color Cylindrical-coordinate representation of color #018235: hue angle of 144.19º 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 #018235 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 130 | 53 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.49 |
| HSL | 144.19º | 0.98% | 0.26% | - |
| HSV(B) | 144.19º | 0.99% | 0.51% | - |
| XYZ | 8.64 | 16.23 | 6.05 | - |
| YUV | 82.65 | 111.26 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 53 | 0.99 | 0 | 0.59 | 0.49 | 144.19 | 0.98 | 0.26 |
| Hex | 1 | 82 | 35 | 63 | 0 | 3B | 31 | 90 | 62 | 1A |
| Octal | 1 | 202 | 65 | 143 | 0 | 73 | 61 | 220 | 142 | 32 |
| Binary | 1 | 10000010 | 110101 | 1100011 | 0 | 111011 | 110001 | 10010000 | 1100010 | 11010 |
Color Harmonies of #018235
Complementary color
Monochromatic Colors of #018235
Black with #018235
Text Example
Text Example
White with #018235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018235; }
p { color: rgb(1,130,53); }
H1.HeaderClassName
{
color: #018235;
}
.AnyTagClassName
{
color: #018235;
}
</style>
background-color css
<style>
a { background-color: #018235; }
a { background-color: rgb(1,130,53); }
div.DivClassName
{
background-color: #018235;
}
.BgClassName
{
background-color: #018235;
}
</style>
border-color css
<style>
span { border-color: #018235; }
span { border-color: rgb(1,130,53); }
td.TdClassName
{
border-color: #018235;
}
.TagClassName
{
border-color: #018235;
}
</style>