Shades of Dark Spring Green #00882E
Tints of Dark Spring Green #00882E
RGB
CMYK
RGB Variations
Color information
#00882E (or 0x00882E) is known color: Dark Spring Green. HEX triplet: 00, 88 and 2E. RGB value is (0,136,46). Sum of RGB (Red+Green+Blue) = 0+136+46=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 136 (53.52% from 255 or 74.73% from 182); Blue value is 46 (18.36% from 255 or 25.27% from 182); Max value from RGB is 136 - color contains mainly: green. Hex color #00882E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00882E is #FF77D1. Grayscale: #555555. Windows color (decimal): -16742354 or 3049472. OLE color: 3049472.
HSL color Cylindrical-coordinate representation of color #00882E: hue angle of 140.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00882E is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 136 | 46 | - |
| CMYK | 1 | 0 | 0.66 | 0.47 |
| HSL | 140.29º | 1% | 0.27% | - |
| HSV(B) | 140.29º | 1% | 0.53% | - |
| XYZ | 9.3 | 17.81 | 5.53 | - |
| YUV | 85.08 | 105.94 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 46 | 1 | 0 | 0.66 | 0.47 | 140.29 | 1 | 0.27 |
| Hex | 0 | 88 | 2E | 64 | 0 | 42 | 2F | 8C | 64 | 1B |
| Octal | 0 | 210 | 56 | 144 | 0 | 102 | 57 | 214 | 144 | 33 |
| Binary | 0 | 10001000 | 101110 | 1100100 | 0 | 1000010 | 101111 | 10001100 | 1100100 | 11011 |
Color Harmonies of #00882E
Complementary color
Monochromatic Colors of #00882E
Black with #00882E
Text Example
Text Example
White with #00882E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00882E; }
p { color: rgb(0,136,46); }
H1.HeaderClassName
{
color: #00882E;
}
.AnyTagClassName
{
color: #00882E;
}
</style>
background-color css
<style>
a { background-color: #00882E; }
a { background-color: rgb(0,136,46); }
div.DivClassName
{
background-color: #00882E;
}
.BgClassName
{
background-color: #00882E;
}
</style>
border-color css
<style>
span { border-color: #00882E; }
span { border-color: rgb(0,136,46); }
td.TdClassName
{
border-color: #00882E;
}
.TagClassName
{
border-color: #00882E;
}
</style>