Shades of Dark Spring Green #127147
Tints of Dark Spring Green #127147
RGB
CMYK
RGB Variations
Color information
#127147 (or 0x127147) is known color: Dark Spring Green. HEX triplet: 12, 71 and 47. RGB value is (18,113,71). Sum of RGB (Red+Green+Blue) = 18+113+71=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #127147 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127147 is #ED8EB8. Grayscale: #4F4F4F. Windows color (decimal): -15568569 or 4682002. OLE color: 4682002.
HSL color Cylindrical-coordinate representation of color #127147: hue angle of 153.47º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127147 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 113 | 71 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.56 |
| HSL | 153.47º | 0.73% | 0.26% | - |
| HSV(B) | 153.47º | 0.84% | 0.44% | - |
| XYZ | 7.29 | 12.39 | 7.97 | - |
| YUV | 79.81 | 123.03 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 71 | 0.84 | 0 | 0.37 | 0.56 | 153.47 | 0.73 | 0.26 |
| Hex | 12 | 71 | 47 | 54 | 0 | 25 | 38 | 99 | 49 | 1A |
| Octal | 22 | 161 | 107 | 124 | 0 | 45 | 70 | 231 | 111 | 32 |
| Binary | 10010 | 1110001 | 1000111 | 1010100 | 0 | 100101 | 111000 | 10011001 | 1001001 | 11010 |
Color Harmonies of #127147
Complementary color
Monochromatic Colors of #127147
Black with #127147
Text Example
Text Example
White with #127147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127147; }
p { color: rgb(18,113,71); }
H1.HeaderClassName
{
color: #127147;
}
.AnyTagClassName
{
color: #127147;
}
</style>
background-color css
<style>
a { background-color: #127147; }
a { background-color: rgb(18,113,71); }
div.DivClassName
{
background-color: #127147;
}
.BgClassName
{
background-color: #127147;
}
</style>
border-color css
<style>
span { border-color: #127147; }
span { border-color: rgb(18,113,71); }
td.TdClassName
{
border-color: #127147;
}
.TagClassName
{
border-color: #127147;
}
</style>