Shades of Dark Spring Green #00862C
Tints of Dark Spring Green #00862C
RGB
CMYK
RGB Variations
Color information
#00862C (or 0x00862C) is known color: Dark Spring Green. HEX triplet: 00, 86 and 2C. RGB value is (0,134,44). Sum of RGB (Red+Green+Blue) = 0+134+44=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 134 (52.73% from 255 or 75.28% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 134 - color contains mainly: green. Hex color #00862C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00862C is #FF79D3. Grayscale: #535353. Windows color (decimal): -16742868 or 2917888. OLE color: 2917888.
HSL color Cylindrical-coordinate representation of color #00862C: hue angle of 139.7º 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 #00862C is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 134 | 44 | - |
| CMYK | 1 | 0 | 0.67 | 0.47 |
| HSL | 139.7º | 1% | 0.26% | - |
| HSV(B) | 139.7º | 1% | 0.53% | - |
| XYZ | 8.98 | 17.23 | 5.24 | - |
| YUV | 83.67 | 105.61 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 44 | 1 | 0 | 0.67 | 0.47 | 139.7 | 1 | 0.26 |
| Hex | 0 | 86 | 2C | 64 | 0 | 43 | 2F | 8C | 64 | 1A |
| Octal | 0 | 206 | 54 | 144 | 0 | 103 | 57 | 214 | 144 | 32 |
| Binary | 0 | 10000110 | 101100 | 1100100 | 0 | 1000011 | 101111 | 10001100 | 1100100 | 11010 |
Color Harmonies of #00862C
Complementary color
Monochromatic Colors of #00862C
Black with #00862C
Text Example
Text Example
White with #00862C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00862C; }
p { color: rgb(0,134,44); }
H1.HeaderClassName
{
color: #00862C;
}
.AnyTagClassName
{
color: #00862C;
}
</style>
background-color css
<style>
a { background-color: #00862C; }
a { background-color: rgb(0,134,44); }
div.DivClassName
{
background-color: #00862C;
}
.BgClassName
{
background-color: #00862C;
}
</style>
border-color css
<style>
span { border-color: #00862C; }
span { border-color: rgb(0,134,44); }
td.TdClassName
{
border-color: #00862C;
}
.TagClassName
{
border-color: #00862C;
}
</style>