Shades of Dark Spring Green #147242
Tints of Dark Spring Green #147242
RGB
CMYK
RGB Variations
Color information
#147242 (or 0x147242) is known color: Dark Spring Green. HEX triplet: 14, 72 and 42. RGB value is (20,114,66). Sum of RGB (Red+Green+Blue) = 20+114+66=200 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #147242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147242 is #EB8DBD. Grayscale: #505050. Windows color (decimal): -15437246 or 4354580. OLE color: 4354580.
HSL color Cylindrical-coordinate representation of color #147242: hue angle of 149.36º 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 #147242 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 66 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.55 |
| HSL | 149.36º | 0.7% | 0.26% | - |
| HSV(B) | 149.36º | 0.82% | 0.45% | - |
| XYZ | 7.29 | 12.58 | 7.2 | - |
| YUV | 80.42 | 119.86 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 66 | 0.82 | 0 | 0.42 | 0.55 | 149.36 | 0.7 | 0.26 |
| Hex | 14 | 72 | 42 | 52 | 0 | 2A | 37 | 95 | 46 | 1A |
| Octal | 24 | 162 | 102 | 122 | 0 | 52 | 67 | 225 | 106 | 32 |
| Binary | 10100 | 1110010 | 1000010 | 1010010 | 0 | 101010 | 110111 | 10010101 | 1000110 | 11010 |
Color Harmonies of #147242
Complementary color
Monochromatic Colors of #147242
Black with #147242
Text Example
Text Example
White with #147242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147242; }
p { color: rgb(20,114,66); }
H1.HeaderClassName
{
color: #147242;
}
.AnyTagClassName
{
color: #147242;
}
</style>
background-color css
<style>
a { background-color: #147242; }
a { background-color: rgb(20,114,66); }
div.DivClassName
{
background-color: #147242;
}
.BgClassName
{
background-color: #147242;
}
</style>
border-color css
<style>
span { border-color: #147242; }
span { border-color: rgb(20,114,66); }
td.TdClassName
{
border-color: #147242;
}
.TagClassName
{
border-color: #147242;
}
</style>