Shades of Dark Spring Green #12863C
Tints of Dark Spring Green #12863C
RGB
CMYK
RGB Variations
Color information
#12863C (or 0x12863C) is known color: Dark Spring Green. HEX triplet: 12, 86 and 3C. RGB value is (18,134,60). Sum of RGB (Red+Green+Blue) = 18+134+60=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 134 (52.73% from 255 or 63.21% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 134 - color contains mainly: green. Hex color #12863C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12863C is #ED79C3. Grayscale: #5B5B5B. Windows color (decimal): -15563204 or 3966482. OLE color: 3966482.
HSL color Cylindrical-coordinate representation of color #12863C: hue angle of 141.72º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12863C is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 134 | 60 | - |
| CMYK | 0.87 | 0 | 0.55 | 0.47 |
| HSL | 141.72º | 0.76% | 0.3% | - |
| HSV(B) | 141.72º | 0.87% | 0.53% | - |
| XYZ | 9.59 | 17.51 | 7.15 | - |
| YUV | 90.88 | 110.57 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 134 | 60 | 0.87 | 0 | 0.55 | 0.47 | 141.72 | 0.76 | 0.3 |
| Hex | 12 | 86 | 3C | 57 | 0 | 37 | 2F | 8E | 4C | 1E |
| Octal | 22 | 206 | 74 | 127 | 0 | 67 | 57 | 216 | 114 | 36 |
| Binary | 10010 | 10000110 | 111100 | 1010111 | 0 | 110111 | 101111 | 10001110 | 1001100 | 11110 |
Color Harmonies of #12863C
Complementary color
Monochromatic Colors of #12863C
Black with #12863C
Text Example
Text Example
White with #12863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12863C; }
p { color: rgb(18,134,60); }
H1.HeaderClassName
{
color: #12863C;
}
.AnyTagClassName
{
color: #12863C;
}
</style>
background-color css
<style>
a { background-color: #12863C; }
a { background-color: rgb(18,134,60); }
div.DivClassName
{
background-color: #12863C;
}
.BgClassName
{
background-color: #12863C;
}
</style>
border-color css
<style>
span { border-color: #12863C; }
span { border-color: rgb(18,134,60); }
td.TdClassName
{
border-color: #12863C;
}
.TagClassName
{
border-color: #12863C;
}
</style>