Shades of Dark Spring Green #008B30
Tints of Dark Spring Green #008B30
RGB
CMYK
RGB Variations
Color information
#008B30 (or 0x008B30) is known color: Dark Spring Green. HEX triplet: 00, 8B and 30. RGB value is (0,139,48). Sum of RGB (Red+Green+Blue) = 0+139+48=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 139 (54.69% from 255 or 74.33% from 187); Blue value is 48 (19.14% from 255 or 25.67% from 187); Max value from RGB is 139 - color contains mainly: green. Hex color #008B30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008B30 is #FF74CF. Grayscale: #575757. Windows color (decimal): -16741584 or 3181312. OLE color: 3181312.
HSL color Cylindrical-coordinate representation of color #008B30: hue angle of 140.72º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B30 is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 139 | 48 | - |
| CMYK | 1 | 0 | 0.65 | 0.45 |
| HSL | 140.72º | 1% | 0.27% | - |
| HSV(B) | 140.72º | 1% | 0.55% | - |
| XYZ | 9.77 | 18.68 | 5.89 | - |
| YUV | 87.07 | 105.95 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 48 | 1 | 0 | 0.65 | 0.45 | 140.72 | 1 | 0.27 |
| Hex | 0 | 8B | 30 | 64 | 0 | 41 | 2D | 8D | 64 | 1B |
| Octal | 0 | 213 | 60 | 144 | 0 | 101 | 55 | 215 | 144 | 33 |
| Binary | 0 | 10001011 | 110000 | 1100100 | 0 | 1000001 | 101101 | 10001101 | 1100100 | 11011 |
Color Harmonies of #008B30
Complementary color
Monochromatic Colors of #008B30
Black with #008B30
Text Example
Text Example
White with #008B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008B30; }
p { color: rgb(0,139,48); }
H1.HeaderClassName
{
color: #008B30;
}
.AnyTagClassName
{
color: #008B30;
}
</style>
background-color css
<style>
a { background-color: #008B30; }
a { background-color: rgb(0,139,48); }
div.DivClassName
{
background-color: #008B30;
}
.BgClassName
{
background-color: #008B30;
}
</style>
border-color css
<style>
span { border-color: #008B30; }
span { border-color: rgb(0,139,48); }
td.TdClassName
{
border-color: #008B30;
}
.TagClassName
{
border-color: #008B30;
}
</style>