Shades of Dark Spring Green #018433
Tints of Dark Spring Green #018433
RGB
CMYK
RGB Variations
Color information
#018433 (or 0x018433) is known color: Dark Spring Green. HEX triplet: 01, 84 and 33. RGB value is (1,132,51). Sum of RGB (Red+Green+Blue) = 1+132+51=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 132 (51.95% from 255 or 71.74% from 184); Blue value is 51 (20.31% from 255 or 27.72% from 184); Max value from RGB is 132 - color contains mainly: green. Hex color #018433 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018433 is #FE7BCC. Grayscale: #535353. Windows color (decimal): -16677837 or 3376129. OLE color: 3376129.
HSL color Cylindrical-coordinate representation of color #018433: hue angle of 142.9º 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 #018433 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 132 | 51 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.48 |
| HSL | 142.9º | 0.98% | 0.26% | - |
| HSV(B) | 142.9º | 0.99% | 0.52% | - |
| XYZ | 8.86 | 16.75 | 5.9 | - |
| YUV | 83.6 | 109.6 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 132 | 51 | 0.99 | 0 | 0.61 | 0.48 | 142.9 | 0.98 | 0.26 |
| Hex | 1 | 84 | 33 | 63 | 0 | 3D | 30 | 8F | 62 | 1A |
| Octal | 1 | 204 | 63 | 143 | 0 | 75 | 60 | 217 | 142 | 32 |
| Binary | 1 | 10000100 | 110011 | 1100011 | 0 | 111101 | 110000 | 10001111 | 1100010 | 11010 |
Color Harmonies of #018433
Complementary color
Monochromatic Colors of #018433
Black with #018433
Text Example
Text Example
White with #018433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018433; }
p { color: rgb(1,132,51); }
H1.HeaderClassName
{
color: #018433;
}
.AnyTagClassName
{
color: #018433;
}
</style>
background-color css
<style>
a { background-color: #018433; }
a { background-color: rgb(1,132,51); }
div.DivClassName
{
background-color: #018433;
}
.BgClassName
{
background-color: #018433;
}
</style>
border-color css
<style>
span { border-color: #018433; }
span { border-color: rgb(1,132,51); }
td.TdClassName
{
border-color: #018433;
}
.TagClassName
{
border-color: #018433;
}
</style>