Shades of Dark Spring Green #008630
Tints of Dark Spring Green #008630
RGB
CMYK
RGB Variations
Color information
#008630 (or 0x008630) is known color: Dark Spring Green. HEX triplet: 00, 86 and 30. RGB value is (0,134,48). Sum of RGB (Red+Green+Blue) = 0+134+48=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 134 (52.73% from 255 or 73.63% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 134 - color contains mainly: green. Hex color #008630 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008630 is #FF79CF. Grayscale: #545454. Windows color (decimal): -16742864 or 3180032. OLE color: 3180032.
HSL color Cylindrical-coordinate representation of color #008630: hue angle of 141.49º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008630 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 134 | 48 | - |
| CMYK | 1 | 0 | 0.64 | 0.47 |
| HSL | 141.49º | 1% | 0.26% | - |
| HSV(B) | 141.49º | 1% | 0.53% | - |
| XYZ | 9.06 | 17.26 | 5.65 | - |
| YUV | 84.13 | 107.61 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 48 | 1 | 0 | 0.64 | 0.47 | 141.49 | 1 | 0.26 |
| Hex | 0 | 86 | 30 | 64 | 0 | 40 | 2F | 8D | 64 | 1A |
| Octal | 0 | 206 | 60 | 144 | 0 | 100 | 57 | 215 | 144 | 32 |
| Binary | 0 | 10000110 | 110000 | 1100100 | 0 | 1000000 | 101111 | 10001101 | 1100100 | 11010 |
Color Harmonies of #008630
Complementary color
Monochromatic Colors of #008630
Black with #008630
Text Example
Text Example
White with #008630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008630; }
p { color: rgb(0,134,48); }
H1.HeaderClassName
{
color: #008630;
}
.AnyTagClassName
{
color: #008630;
}
</style>
background-color css
<style>
a { background-color: #008630; }
a { background-color: rgb(0,134,48); }
div.DivClassName
{
background-color: #008630;
}
.BgClassName
{
background-color: #008630;
}
</style>
border-color css
<style>
span { border-color: #008630; }
span { border-color: rgb(0,134,48); }
td.TdClassName
{
border-color: #008630;
}
.TagClassName
{
border-color: #008630;
}
</style>