Shades of Dark Spring Green #12853C
Tints of Dark Spring Green #12853C
RGB
CMYK
RGB Variations
Color information
#12853C (or 0x12853C) is known color: Dark Spring Green. HEX triplet: 12, 85 and 3C. RGB value is (18,133,60). Sum of RGB (Red+Green+Blue) = 18+133+60=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 133 (52.34% from 255 or 63.03% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 133 - color contains mainly: green. Hex color #12853C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12853C is #ED7AC3. Grayscale: #5A5A5A. Windows color (decimal): -15563460 or 3966226. OLE color: 3966226.
HSL color Cylindrical-coordinate representation of color #12853C: hue angle of 141.91º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12853C is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 18 | 133 | 60 | - |
| CMYK | 0.86 | 0 | 0.55 | 0.48 |
| HSL | 141.91º | 0.76% | 0.3% | - |
| HSV(B) | 141.91º | 0.86% | 0.52% | - |
| XYZ | 9.45 | 17.23 | 7.1 | - |
| YUV | 90.29 | 110.9 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 60 | 0.86 | 0 | 0.55 | 0.48 | 141.91 | 0.76 | 0.3 |
| Hex | 12 | 85 | 3C | 56 | 0 | 37 | 30 | 8E | 4C | 1E |
| Octal | 22 | 205 | 74 | 126 | 0 | 67 | 60 | 216 | 114 | 36 |
| Binary | 10010 | 10000101 | 111100 | 1010110 | 0 | 110111 | 110000 | 10001110 | 1001100 | 11110 |
Color Harmonies of #12853C
Complementary color
Monochromatic Colors of #12853C
Black with #12853C
Text Example
Text Example
White with #12853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12853C; }
p { color: rgb(18,133,60); }
H1.HeaderClassName
{
color: #12853C;
}
.AnyTagClassName
{
color: #12853C;
}
</style>
background-color css
<style>
a { background-color: #12853C; }
a { background-color: rgb(18,133,60); }
div.DivClassName
{
background-color: #12853C;
}
.BgClassName
{
background-color: #12853C;
}
</style>
border-color css
<style>
span { border-color: #12853C; }
span { border-color: rgb(18,133,60); }
td.TdClassName
{
border-color: #12853C;
}
.TagClassName
{
border-color: #12853C;
}
</style>