Shades of Dark Spring Green #147343
Tints of Dark Spring Green #147343
RGB
CMYK
RGB Variations
Color information
#147343 (or 0x147343) is known color: Dark Spring Green. HEX triplet: 14, 73 and 43. RGB value is (20,115,67). Sum of RGB (Red+Green+Blue) = 20+115+67=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #147343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147343 is #EB8CBC. Grayscale: #515151. Windows color (decimal): -15436989 or 4420372. OLE color: 4420372.
HSL color Cylindrical-coordinate representation of color #147343: hue angle of 149.68º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147343 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 115 | 67 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.55 |
| HSL | 149.68º | 0.7% | 0.26% | - |
| HSV(B) | 149.68º | 0.83% | 0.45% | - |
| XYZ | 7.43 | 12.82 | 7.39 | - |
| YUV | 81.12 | 120.03 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 67 | 0.83 | 0 | 0.42 | 0.55 | 149.68 | 0.7 | 0.26 |
| Hex | 14 | 73 | 43 | 53 | 0 | 2A | 37 | 96 | 46 | 1A |
| Octal | 24 | 163 | 103 | 123 | 0 | 52 | 67 | 226 | 106 | 32 |
| Binary | 10100 | 1110011 | 1000011 | 1010011 | 0 | 101010 | 110111 | 10010110 | 1000110 | 11010 |
Color Harmonies of #147343
Complementary color
Monochromatic Colors of #147343
Black with #147343
Text Example
Text Example
White with #147343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147343; }
p { color: rgb(20,115,67); }
H1.HeaderClassName
{
color: #147343;
}
.AnyTagClassName
{
color: #147343;
}
</style>
background-color css
<style>
a { background-color: #147343; }
a { background-color: rgb(20,115,67); }
div.DivClassName
{
background-color: #147343;
}
.BgClassName
{
background-color: #147343;
}
</style>
border-color css
<style>
span { border-color: #147343; }
span { border-color: rgb(20,115,67); }
td.TdClassName
{
border-color: #147343;
}
.TagClassName
{
border-color: #147343;
}
</style>