Shades of Dark Spring Green #147248
Tints of Dark Spring Green #147248
RGB
CMYK
RGB Variations
Color information
#147248 (or 0x147248) is known color: Dark Spring Green. HEX triplet: 14, 72 and 48. RGB value is (20,114,72). Sum of RGB (Red+Green+Blue) = 20+114+72=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #147248 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147248 is #EB8DB7. Grayscale: #515151. Windows color (decimal): -15437240 or 4747796. OLE color: 4747796.
HSL color Cylindrical-coordinate representation of color #147248: hue angle of 153.19º 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 #147248 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 72 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.55 |
| HSL | 153.19º | 0.7% | 0.26% | - |
| HSV(B) | 153.19º | 0.82% | 0.45% | - |
| XYZ | 7.48 | 12.65 | 8.18 | - |
| YUV | 81.11 | 122.86 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 72 | 0.82 | 0 | 0.37 | 0.55 | 153.19 | 0.7 | 0.26 |
| Hex | 14 | 72 | 48 | 52 | 0 | 25 | 37 | 99 | 46 | 1A |
| Octal | 24 | 162 | 110 | 122 | 0 | 45 | 67 | 231 | 106 | 32 |
| Binary | 10100 | 1110010 | 1001000 | 1010010 | 0 | 100101 | 110111 | 10011001 | 1000110 | 11010 |
Color Harmonies of #147248
Complementary color
Monochromatic Colors of #147248
Black with #147248
Text Example
Text Example
White with #147248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147248; }
p { color: rgb(20,114,72); }
H1.HeaderClassName
{
color: #147248;
}
.AnyTagClassName
{
color: #147248;
}
</style>
background-color css
<style>
a { background-color: #147248; }
a { background-color: rgb(20,114,72); }
div.DivClassName
{
background-color: #147248;
}
.BgClassName
{
background-color: #147248;
}
</style>
border-color css
<style>
span { border-color: #147248; }
span { border-color: rgb(20,114,72); }
td.TdClassName
{
border-color: #147248;
}
.TagClassName
{
border-color: #147248;
}
</style>