Shades of Dark Spring Green #147244
Tints of Dark Spring Green #147244
RGB
CMYK
RGB Variations
Color information
#147244 (or 0x147244) is known color: Dark Spring Green. HEX triplet: 14, 72 and 44. RGB value is (20,114,68). Sum of RGB (Red+Green+Blue) = 20+114+68=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #147244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147244 is #EB8DBB. Grayscale: #505050. Windows color (decimal): -15437244 or 4485652. OLE color: 4485652.
HSL color Cylindrical-coordinate representation of color #147244: hue angle of 150.64º 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 #147244 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 114 | 68 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.55 |
| HSL | 150.64º | 0.7% | 0.26% | - |
| HSV(B) | 150.64º | 0.82% | 0.45% | - |
| XYZ | 7.35 | 12.6 | 7.51 | - |
| YUV | 80.65 | 120.86 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 114 | 68 | 0.82 | 0 | 0.40 | 0.55 | 150.64 | 0.7 | 0.26 |
| Hex | 14 | 72 | 44 | 52 | 0 | 28 | 37 | 97 | 46 | 1A |
| Octal | 24 | 162 | 104 | 122 | 0 | 50 | 67 | 227 | 106 | 32 |
| Binary | 10100 | 1110010 | 1000100 | 1010010 | 0 | 101000 | 110111 | 10010111 | 1000110 | 11010 |
Color Harmonies of #147244
Complementary color
Monochromatic Colors of #147244
Black with #147244
Text Example
Text Example
White with #147244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147244; }
p { color: rgb(20,114,68); }
H1.HeaderClassName
{
color: #147244;
}
.AnyTagClassName
{
color: #147244;
}
</style>
background-color css
<style>
a { background-color: #147244; }
a { background-color: rgb(20,114,68); }
div.DivClassName
{
background-color: #147244;
}
.BgClassName
{
background-color: #147244;
}
</style>
border-color css
<style>
span { border-color: #147244; }
span { border-color: rgb(20,114,68); }
td.TdClassName
{
border-color: #147244;
}
.TagClassName
{
border-color: #147244;
}
</style>