Shades of Dark Spring Green #127547
Tints of Dark Spring Green #127547
RGB
CMYK
RGB Variations
Color information
#127547 (or 0x127547) is known color: Dark Spring Green. HEX triplet: 12, 75 and 47. RGB value is (18,117,71). Sum of RGB (Red+Green+Blue) = 18+117+71=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 117 (46.09% from 255 or 56.80% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 117 - color contains mainly: green. Hex color #127547 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127547 is #ED8AB8. Grayscale: #525252. Windows color (decimal): -15567545 or 4683026. OLE color: 4683026.
HSL color Cylindrical-coordinate representation of color #127547: hue angle of 152.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127547 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 71 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.54 |
| HSL | 152.12º | 0.73% | 0.26% | - |
| HSV(B) | 152.12º | 0.85% | 0.46% | - |
| XYZ | 7.75 | 13.31 | 8.12 | - |
| YUV | 82.16 | 121.7 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 71 | 0.85 | 0 | 0.39 | 0.54 | 152.12 | 0.73 | 0.26 |
| Hex | 12 | 75 | 47 | 55 | 0 | 27 | 36 | 98 | 49 | 1A |
| Octal | 22 | 165 | 107 | 125 | 0 | 47 | 66 | 230 | 111 | 32 |
| Binary | 10010 | 1110101 | 1000111 | 1010101 | 0 | 100111 | 110110 | 10011000 | 1001001 | 11010 |
Color Harmonies of #127547
Complementary color
Monochromatic Colors of #127547
Black with #127547
Text Example
Text Example
White with #127547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127547; }
p { color: rgb(18,117,71); }
H1.HeaderClassName
{
color: #127547;
}
.AnyTagClassName
{
color: #127547;
}
</style>
background-color css
<style>
a { background-color: #127547; }
a { background-color: rgb(18,117,71); }
div.DivClassName
{
background-color: #127547;
}
.BgClassName
{
background-color: #127547;
}
</style>
border-color css
<style>
span { border-color: #127547; }
span { border-color: rgb(18,117,71); }
td.TdClassName
{
border-color: #127547;
}
.TagClassName
{
border-color: #127547;
}
</style>