Shades of Dark Spring Green #00863A
Tints of Dark Spring Green #00863A
RGB
CMYK
RGB Variations
Color information
#00863A (or 0x00863A) is known color: Dark Spring Green. HEX triplet: 00, 86 and 3A. RGB value is (0,134,58). Sum of RGB (Red+Green+Blue) = 0+134+58=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 134 (52.73% from 255 or 69.79% from 192); Blue value is 58 (23.05% from 255 or 30.21% from 192); Max value from RGB is 134 - color contains mainly: green. Hex color #00863A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00863A is #FF79C5. Grayscale: #555555. Windows color (decimal): -16742854 or 3835392. OLE color: 3835392.
HSL color Cylindrical-coordinate representation of color #00863A: hue angle of 145.97º 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 #00863A is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 134 | 58 | - |
| CMYK | 1 | 0 | 0.57 | 0.47 |
| HSL | 145.97º | 1% | 0.26% | - |
| HSV(B) | 145.97º | 1% | 0.53% | - |
| XYZ | 9.29 | 17.36 | 6.86 | - |
| YUV | 85.27 | 112.61 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 134 | 58 | 1 | 0 | 0.57 | 0.47 | 145.97 | 1 | 0.26 |
| Hex | 0 | 86 | 3A | 64 | 0 | 39 | 2F | 92 | 64 | 1A |
| Octal | 0 | 206 | 72 | 144 | 0 | 71 | 57 | 222 | 144 | 32 |
| Binary | 0 | 10000110 | 111010 | 1100100 | 0 | 111001 | 101111 | 10010010 | 1100100 | 11010 |
Color Harmonies of #00863A
Complementary color
Monochromatic Colors of #00863A
Black with #00863A
Text Example
Text Example
White with #00863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00863A; }
p { color: rgb(0,134,58); }
H1.HeaderClassName
{
color: #00863A;
}
.AnyTagClassName
{
color: #00863A;
}
</style>
background-color css
<style>
a { background-color: #00863A; }
a { background-color: rgb(0,134,58); }
div.DivClassName
{
background-color: #00863A;
}
.BgClassName
{
background-color: #00863A;
}
</style>
border-color css
<style>
span { border-color: #00863A; }
span { border-color: rgb(0,134,58); }
td.TdClassName
{
border-color: #00863A;
}
.TagClassName
{
border-color: #00863A;
}
</style>