Shades of Dark Spring Green #00862F
Tints of Dark Spring Green #00862F
RGB
CMYK
RGB Variations
Color information
#00862F (or 0x00862F) is known color: Dark Spring Green. HEX triplet: 00, 86 and 2F. RGB value is (0,134,47). Sum of RGB (Red+Green+Blue) = 0+134+47=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 134 (52.73% from 255 or 74.03% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 134 - color contains mainly: green. Hex color #00862F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00862F is #FF79D0. Grayscale: #545454. Windows color (decimal): -16742865 or 3114496. OLE color: 3114496.
HSL color Cylindrical-coordinate representation of color #00862F: hue angle of 141.04º 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 #00862F is Cyan = 1, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 134 | 47 | - |
| CMYK | 1 | 0 | 0.65 | 0.47 |
| HSL | 141.04º | 1% | 0.26% | - |
| HSV(B) | 141.04º | 1% | 0.53% | - |
| XYZ | 9.04 | 17.26 | 5.54 | - |
| YUV | 84.02 | 107.11 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 47 | 1 | 0 | 0.65 | 0.47 | 141.04 | 1 | 0.26 |
| Hex | 0 | 86 | 2F | 64 | 0 | 41 | 2F | 8D | 64 | 1A |
| Octal | 0 | 206 | 57 | 144 | 0 | 101 | 57 | 215 | 144 | 32 |
| Binary | 0 | 10000110 | 101111 | 1100100 | 0 | 1000001 | 101111 | 10001101 | 1100100 | 11010 |
Color Harmonies of #00862F
Complementary color
Monochromatic Colors of #00862F
Black with #00862F
Text Example
Text Example
White with #00862F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00862F; }
p { color: rgb(0,134,47); }
H1.HeaderClassName
{
color: #00862F;
}
.AnyTagClassName
{
color: #00862F;
}
</style>
background-color css
<style>
a { background-color: #00862F; }
a { background-color: rgb(0,134,47); }
div.DivClassName
{
background-color: #00862F;
}
.BgClassName
{
background-color: #00862F;
}
</style>
border-color css
<style>
span { border-color: #00862F; }
span { border-color: rgb(0,134,47); }
td.TdClassName
{
border-color: #00862F;
}
.TagClassName
{
border-color: #00862F;
}
</style>