Shades of Dark Spring Green #147643
Tints of Dark Spring Green #147643
RGB
CMYK
RGB Variations
Color information
#147643 (or 0x147643) is known color: Dark Spring Green. HEX triplet: 14, 76 and 43. RGB value is (20,118,67). Sum of RGB (Red+Green+Blue) = 20+118+67=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #147643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147643 is #EB89BC. Grayscale: #525252. Windows color (decimal): -15436221 or 4421140. OLE color: 4421140.
HSL color Cylindrical-coordinate representation of color #147643: hue angle of 148.78º 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 #147643 is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 118 | 67 | - |
| CMYK | 0.83 | 0 | 0.43 | 0.54 |
| HSL | 148.78º | 0.71% | 0.27% | - |
| HSV(B) | 148.78º | 0.83% | 0.46% | - |
| XYZ | 7.78 | 13.51 | 7.51 | - |
| YUV | 82.88 | 119.03 | 83.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 118 | 67 | 0.83 | 0 | 0.43 | 0.54 | 148.78 | 0.71 | 0.27 |
| Hex | 14 | 76 | 43 | 53 | 0 | 2B | 36 | 95 | 47 | 1B |
| Octal | 24 | 166 | 103 | 123 | 0 | 53 | 66 | 225 | 107 | 33 |
| Binary | 10100 | 1110110 | 1000011 | 1010011 | 0 | 101011 | 110110 | 10010101 | 1000111 | 11011 |
Color Harmonies of #147643
Complementary color
Monochromatic Colors of #147643
Black with #147643
Text Example
Text Example
White with #147643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147643; }
p { color: rgb(20,118,67); }
H1.HeaderClassName
{
color: #147643;
}
.AnyTagClassName
{
color: #147643;
}
</style>
background-color css
<style>
a { background-color: #147643; }
a { background-color: rgb(20,118,67); }
div.DivClassName
{
background-color: #147643;
}
.BgClassName
{
background-color: #147643;
}
</style>
border-color css
<style>
span { border-color: #147643; }
span { border-color: rgb(20,118,67); }
td.TdClassName
{
border-color: #147643;
}
.TagClassName
{
border-color: #147643;
}
</style>