Shades of Dark Spring Green #00872E
Tints of Dark Spring Green #00872E
RGB
CMYK
RGB Variations
Color information
#00872E (or 0x00872E) is known color: Dark Spring Green. HEX triplet: 00, 87 and 2E. RGB value is (0,135,46). Sum of RGB (Red+Green+Blue) = 0+135+46=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 135 (53.12% from 255 or 74.59% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 135 - color contains mainly: green. Hex color #00872E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00872E is #FF78D1. Grayscale: #545454. Windows color (decimal): -16742610 or 3049216. OLE color: 3049216.
HSL color Cylindrical-coordinate representation of color #00872E: hue angle of 140.44º 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 #00872E is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 46 | - |
| CMYK | 1 | 0 | 0.66 | 0.47 |
| HSL | 140.44º | 1% | 0.26% | - |
| HSV(B) | 140.44º | 1% | 0.53% | - |
| XYZ | 9.16 | 17.53 | 5.48 | - |
| YUV | 84.49 | 106.27 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 46 | 1 | 0 | 0.66 | 0.47 | 140.44 | 1 | 0.26 |
| Hex | 0 | 87 | 2E | 64 | 0 | 42 | 2F | 8C | 64 | 1A |
| Octal | 0 | 207 | 56 | 144 | 0 | 102 | 57 | 214 | 144 | 32 |
| Binary | 0 | 10000111 | 101110 | 1100100 | 0 | 1000010 | 101111 | 10001100 | 1100100 | 11010 |
Color Harmonies of #00872E
Complementary color
Monochromatic Colors of #00872E
Black with #00872E
Text Example
Text Example
White with #00872E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00872E; }
p { color: rgb(0,135,46); }
H1.HeaderClassName
{
color: #00872E;
}
.AnyTagClassName
{
color: #00872E;
}
</style>
background-color css
<style>
a { background-color: #00872E; }
a { background-color: rgb(0,135,46); }
div.DivClassName
{
background-color: #00872E;
}
.BgClassName
{
background-color: #00872E;
}
</style>
border-color css
<style>
span { border-color: #00872E; }
span { border-color: rgb(0,135,46); }
td.TdClassName
{
border-color: #00872E;
}
.TagClassName
{
border-color: #00872E;
}
</style>