Shades of Dark Spring Green #008A2D
Tints of Dark Spring Green #008A2D
RGB
CMYK
RGB Variations
Color information
#008A2D (or 0x008A2D) is known color: Dark Spring Green. HEX triplet: 00, 8A and 2D. RGB value is (0,138,45). Sum of RGB (Red+Green+Blue) = 0+138+45=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 138 (54.30% from 255 or 75.41% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 138 - color contains mainly: green. Hex color #008A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008A2D is #FF75D2. Grayscale: #565656. Windows color (decimal): -16741843 or 2984448. OLE color: 2984448.
HSL color Cylindrical-coordinate representation of color #008A2D: hue angle of 139.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A2D is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 138 | 45 | - |
| CMYK | 1 | 0 | 0.67 | 0.46 |
| HSL | 139.57º | 1% | 0.27% | - |
| HSV(B) | 139.57º | 1% | 0.54% | - |
| XYZ | 9.56 | 18.37 | 5.52 | - |
| YUV | 86.14 | 104.78 | 66.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 45 | 1 | 0 | 0.67 | 0.46 | 139.57 | 1 | 0.27 |
| Hex | 0 | 8A | 2D | 64 | 0 | 43 | 2E | 8C | 64 | 1B |
| Octal | 0 | 212 | 55 | 144 | 0 | 103 | 56 | 214 | 144 | 33 |
| Binary | 0 | 10001010 | 101101 | 1100100 | 0 | 1000011 | 101110 | 10001100 | 1100100 | 11011 |
Color Harmonies of #008A2D
Complementary color
Monochromatic Colors of #008A2D
Black with #008A2D
Text Example
Text Example
White with #008A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008A2D; }
p { color: rgb(0,138,45); }
H1.HeaderClassName
{
color: #008A2D;
}
.AnyTagClassName
{
color: #008A2D;
}
</style>
background-color css
<style>
a { background-color: #008A2D; }
a { background-color: rgb(0,138,45); }
div.DivClassName
{
background-color: #008A2D;
}
.BgClassName
{
background-color: #008A2D;
}
</style>
border-color css
<style>
span { border-color: #008A2D; }
span { border-color: rgb(0,138,45); }
td.TdClassName
{
border-color: #008A2D;
}
.TagClassName
{
border-color: #008A2D;
}
</style>