Shades of Dark Spring Green #147247
Tints of Dark Spring Green #147247
RGB
CMYK
RGB Variations
Color information
#147247 (or 0x147247) is known color: Dark Spring Green. HEX triplet: 14, 72 and 47. RGB value is (20,114,71). Sum of RGB (Red+Green+Blue) = 20+114+71=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #147247 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147247 is #EB8DB8. Grayscale: #515151. Windows color (decimal): -15437241 or 4682260. OLE color: 4682260.
HSL color Cylindrical-coordinate representation of color #147247: hue angle of 152.55º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147247 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 71 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.55 |
| HSL | 152.55º | 0.7% | 0.26% | - |
| HSV(B) | 152.55º | 0.82% | 0.45% | - |
| XYZ | 7.44 | 12.64 | 8.01 | - |
| YUV | 80.99 | 122.36 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 71 | 0.82 | 0 | 0.38 | 0.55 | 152.55 | 0.7 | 0.26 |
| Hex | 14 | 72 | 47 | 52 | 0 | 26 | 37 | 99 | 46 | 1A |
| Octal | 24 | 162 | 107 | 122 | 0 | 46 | 67 | 231 | 106 | 32 |
| Binary | 10100 | 1110010 | 1000111 | 1010010 | 0 | 100110 | 110111 | 10011001 | 1000110 | 11010 |
Color Harmonies of #147247
Complementary color
Monochromatic Colors of #147247
Black with #147247
Text Example
Text Example
White with #147247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147247; }
p { color: rgb(20,114,71); }
H1.HeaderClassName
{
color: #147247;
}
.AnyTagClassName
{
color: #147247;
}
</style>
background-color css
<style>
a { background-color: #147247; }
a { background-color: rgb(20,114,71); }
div.DivClassName
{
background-color: #147247;
}
.BgClassName
{
background-color: #147247;
}
</style>
border-color css
<style>
span { border-color: #147247; }
span { border-color: rgb(20,114,71); }
td.TdClassName
{
border-color: #147247;
}
.TagClassName
{
border-color: #147247;
}
</style>