Shades of Dark Spring Green #147540
Tints of Dark Spring Green #147540
RGB
CMYK
RGB Variations
Color information
#147540 (or 0x147540) is known color: Dark Spring Green. HEX triplet: 14, 75 and 40. RGB value is (20,117,64). Sum of RGB (Red+Green+Blue) = 20+117+64=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #147540 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147540 is #EB8ABF. Grayscale: #525252. Windows color (decimal): -15436480 or 4224276. OLE color: 4224276.
HSL color Cylindrical-coordinate representation of color #147540: hue angle of 147.22º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147540 is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 117 | 64 | - |
| CMYK | 0.83 | 0 | 0.45 | 0.54 |
| HSL | 147.22º | 0.71% | 0.27% | - |
| HSV(B) | 147.22º | 0.83% | 0.46% | - |
| XYZ | 7.58 | 13.24 | 7.01 | - |
| YUV | 81.96 | 117.86 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 64 | 0.83 | 0 | 0.45 | 0.54 | 147.22 | 0.71 | 0.27 |
| Hex | 14 | 75 | 40 | 53 | 0 | 2D | 36 | 93 | 47 | 1B |
| Octal | 24 | 165 | 100 | 123 | 0 | 55 | 66 | 223 | 107 | 33 |
| Binary | 10100 | 1110101 | 1000000 | 1010011 | 0 | 101101 | 110110 | 10010011 | 1000111 | 11011 |
Color Harmonies of #147540
Complementary color
Monochromatic Colors of #147540
Black with #147540
Text Example
Text Example
White with #147540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147540; }
p { color: rgb(20,117,64); }
H1.HeaderClassName
{
color: #147540;
}
.AnyTagClassName
{
color: #147540;
}
</style>
background-color css
<style>
a { background-color: #147540; }
a { background-color: rgb(20,117,64); }
div.DivClassName
{
background-color: #147540;
}
.BgClassName
{
background-color: #147540;
}
</style>
border-color css
<style>
span { border-color: #147540; }
span { border-color: rgb(20,117,64); }
td.TdClassName
{
border-color: #147540;
}
.TagClassName
{
border-color: #147540;
}
</style>