Shades of Dark Spring Green #147144
Tints of Dark Spring Green #147144
RGB
CMYK
RGB Variations
Color information
#147144 (or 0x147144) is known color: Dark Spring Green. HEX triplet: 14, 71 and 44. RGB value is (20,113,68). Sum of RGB (Red+Green+Blue) = 20+113+68=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 113 (44.53% from 255 or 56.22% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 113 - color contains mainly: green. Hex color #147144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147144 is #EB8EBB. Grayscale: #505050. Windows color (decimal): -15437500 or 4485396. OLE color: 4485396.
HSL color Cylindrical-coordinate representation of color #147144: hue angle of 150.97º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147144 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 68 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.56 |
| HSL | 150.97º | 0.7% | 0.26% | - |
| HSV(B) | 150.97º | 0.82% | 0.44% | - |
| XYZ | 7.24 | 12.38 | 7.48 | - |
| YUV | 80.06 | 121.19 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 68 | 0.82 | 0 | 0.40 | 0.56 | 150.97 | 0.7 | 0.26 |
| Hex | 14 | 71 | 44 | 52 | 0 | 28 | 38 | 97 | 46 | 1A |
| Octal | 24 | 161 | 104 | 122 | 0 | 50 | 70 | 227 | 106 | 32 |
| Binary | 10100 | 1110001 | 1000100 | 1010010 | 0 | 101000 | 111000 | 10010111 | 1000110 | 11010 |
Color Harmonies of #147144
Complementary color
Monochromatic Colors of #147144
Black with #147144
Text Example
Text Example
White with #147144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147144; }
p { color: rgb(20,113,68); }
H1.HeaderClassName
{
color: #147144;
}
.AnyTagClassName
{
color: #147144;
}
</style>
background-color css
<style>
a { background-color: #147144; }
a { background-color: rgb(20,113,68); }
div.DivClassName
{
background-color: #147144;
}
.BgClassName
{
background-color: #147144;
}
</style>
border-color css
<style>
span { border-color: #147144; }
span { border-color: rgb(20,113,68); }
td.TdClassName
{
border-color: #147144;
}
.TagClassName
{
border-color: #147144;
}
</style>