Shades of Dark Spring Green #008138
Tints of Dark Spring Green #008138
RGB
CMYK
RGB Variations
Color information
#008138 (or 0x008138) is known color: Dark Spring Green. HEX triplet: 00, 81 and 38. RGB value is (0,129,56). Sum of RGB (Red+Green+Blue) = 0+129+56=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 129 (50.78% from 255 or 69.73% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 129 - color contains mainly: green. Hex color #008138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008138 is #FF7EC7. Grayscale: #525252. Windows color (decimal): -16744136 or 3703040. OLE color: 3703040.
HSL color Cylindrical-coordinate representation of color #008138: hue angle of 146.05º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008138 is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 129 | 56 | - |
| CMYK | 1 | 0 | 0.57 | 0.49 |
| HSL | 146.05º | 1% | 0.25% | - |
| HSV(B) | 146.05º | 1% | 0.51% | - |
| XYZ | 8.56 | 15.99 | 6.38 | - |
| YUV | 82.11 | 113.26 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 129 | 56 | 1 | 0 | 0.57 | 0.49 | 146.05 | 1 | 0.25 |
| Hex | 0 | 81 | 38 | 64 | 0 | 39 | 31 | 92 | 64 | 19 |
| Octal | 0 | 201 | 70 | 144 | 0 | 71 | 61 | 222 | 144 | 31 |
| Binary | 0 | 10000001 | 111000 | 1100100 | 0 | 111001 | 110001 | 10010010 | 1100100 | 11001 |
Color Harmonies of #008138
Complementary color
Monochromatic Colors of #008138
Black with #008138
Text Example
Text Example
White with #008138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008138; }
p { color: rgb(0,129,56); }
H1.HeaderClassName
{
color: #008138;
}
.AnyTagClassName
{
color: #008138;
}
</style>
background-color css
<style>
a { background-color: #008138; }
a { background-color: rgb(0,129,56); }
div.DivClassName
{
background-color: #008138;
}
.BgClassName
{
background-color: #008138;
}
</style>
border-color css
<style>
span { border-color: #008138; }
span { border-color: rgb(0,129,56); }
td.TdClassName
{
border-color: #008138;
}
.TagClassName
{
border-color: #008138;
}
</style>