Shades of Dark Spring Green #008430
Tints of Dark Spring Green #008430
RGB
CMYK
RGB Variations
Color information
#008430 (or 0x008430) is known color: Dark Spring Green. HEX triplet: 00, 84 and 30. RGB value is (0,132,48). Sum of RGB (Red+Green+Blue) = 0+132+48=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 132 (51.95% from 255 or 73.33% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 132 - color contains mainly: green. Hex color #008430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008430 is #FF7BCF. Grayscale: #535353. Windows color (decimal): -16743376 or 3179520. OLE color: 3179520.
HSL color Cylindrical-coordinate representation of color #008430: hue angle of 141.82º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008430 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 132 | 48 | - |
| CMYK | 1 | 0 | 0.64 | 0.48 |
| HSL | 141.82º | 1% | 0.26% | - |
| HSV(B) | 141.82º | 1% | 0.52% | - |
| XYZ | 8.78 | 16.72 | 5.56 | - |
| YUV | 82.96 | 108.27 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 48 | 1 | 0 | 0.64 | 0.48 | 141.82 | 1 | 0.26 |
| Hex | 0 | 84 | 30 | 64 | 0 | 40 | 30 | 8E | 64 | 1A |
| Octal | 0 | 204 | 60 | 144 | 0 | 100 | 60 | 216 | 144 | 32 |
| Binary | 0 | 10000100 | 110000 | 1100100 | 0 | 1000000 | 110000 | 10001110 | 1100100 | 11010 |
Color Harmonies of #008430
Complementary color
Monochromatic Colors of #008430
Black with #008430
Text Example
Text Example
White with #008430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008430; }
p { color: rgb(0,132,48); }
H1.HeaderClassName
{
color: #008430;
}
.AnyTagClassName
{
color: #008430;
}
</style>
background-color css
<style>
a { background-color: #008430; }
a { background-color: rgb(0,132,48); }
div.DivClassName
{
background-color: #008430;
}
.BgClassName
{
background-color: #008430;
}
</style>
border-color css
<style>
span { border-color: #008430; }
span { border-color: rgb(0,132,48); }
td.TdClassName
{
border-color: #008430;
}
.TagClassName
{
border-color: #008430;
}
</style>