Shades of Dark Spring Green #018A32
Tints of Dark Spring Green #018A32
RGB
CMYK
RGB Variations
Color information
#018A32 (or 0x018A32) is known color: Dark Spring Green. HEX triplet: 01, 8A and 32. RGB value is (1,138,50). Sum of RGB (Red+Green+Blue) = 1+138+50=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 138 (54.30% from 255 or 73.02% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 138 - color contains mainly: green. Hex color #018A32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A32 is #FE75CD. Grayscale: #575757. Windows color (decimal): -16676302 or 3312129. OLE color: 3312129.
HSL color Cylindrical-coordinate representation of color #018A32: hue angle of 141.46º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A32 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 50 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.46 |
| HSL | 141.46º | 0.99% | 0.27% | - |
| HSV(B) | 141.46º | 0.99% | 0.54% | - |
| XYZ | 9.68 | 18.41 | 6.06 | - |
| YUV | 87.01 | 107.11 | 66.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 50 | 0.99 | 0 | 0.64 | 0.46 | 141.46 | 0.99 | 0.27 |
| Hex | 1 | 8A | 32 | 63 | 0 | 40 | 2E | 8D | 63 | 1B |
| Octal | 1 | 212 | 62 | 143 | 0 | 100 | 56 | 215 | 143 | 33 |
| Binary | 1 | 10001010 | 110010 | 1100011 | 0 | 1000000 | 101110 | 10001101 | 1100011 | 11011 |
Color Harmonies of #018A32
Complementary color
Monochromatic Colors of #018A32
Black with #018A32
Text Example
Text Example
White with #018A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A32; }
p { color: rgb(1,138,50); }
H1.HeaderClassName
{
color: #018A32;
}
.AnyTagClassName
{
color: #018A32;
}
</style>
background-color css
<style>
a { background-color: #018A32; }
a { background-color: rgb(1,138,50); }
div.DivClassName
{
background-color: #018A32;
}
.BgClassName
{
background-color: #018A32;
}
</style>
border-color css
<style>
span { border-color: #018A32; }
span { border-color: rgb(1,138,50); }
td.TdClassName
{
border-color: #018A32;
}
.TagClassName
{
border-color: #018A32;
}
</style>