Shades of Dark Spring Green #127837
Tints of Dark Spring Green #127837
RGB
CMYK
RGB Variations
Color information
#127837 (or 0x127837) is known color: Dark Spring Green. HEX triplet: 12, 78 and 37. RGB value is (18,120,55). Sum of RGB (Red+Green+Blue) = 18+120+55=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 120 (47.27% from 255 or 62.18% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 120 - color contains mainly: green. Hex color #127837 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127837 is #ED87C8. Grayscale: #525252. Windows color (decimal): -15566793 or 3635218. OLE color: 3635218.
HSL color Cylindrical-coordinate representation of color #127837: hue angle of 141.76º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127837 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 18 | 120 | 55 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.53 |
| HSL | 141.76º | 0.74% | 0.27% | - |
| HSV(B) | 141.76º | 0.85% | 0.47% | - |
| XYZ | 7.66 | 13.84 | 5.88 | - |
| YUV | 82.09 | 112.71 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 55 | 0.85 | 0 | 0.54 | 0.53 | 141.76 | 0.74 | 0.27 |
| Hex | 12 | 78 | 37 | 55 | 0 | 36 | 35 | 8E | 4A | 1B |
| Octal | 22 | 170 | 67 | 125 | 0 | 66 | 65 | 216 | 112 | 33 |
| Binary | 10010 | 1111000 | 110111 | 1010101 | 0 | 110110 | 110101 | 10001110 | 1001010 | 11011 |
Color Harmonies of #127837
Complementary color
Monochromatic Colors of #127837
Black with #127837
Text Example
Text Example
White with #127837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127837; }
p { color: rgb(18,120,55); }
H1.HeaderClassName
{
color: #127837;
}
.AnyTagClassName
{
color: #127837;
}
</style>
background-color css
<style>
a { background-color: #127837; }
a { background-color: rgb(18,120,55); }
div.DivClassName
{
background-color: #127837;
}
.BgClassName
{
background-color: #127837;
}
</style>
border-color css
<style>
span { border-color: #127837; }
span { border-color: rgb(18,120,55); }
td.TdClassName
{
border-color: #127837;
}
.TagClassName
{
border-color: #127837;
}
</style>