Shades of Pine Green #147372
Tints of Pine Green #147372
RGB
CMYK
RGB Variations
Color information
#147372 (or 0x147372) is known color: Pine Green. HEX triplet: 14, 73 and 72. RGB value is (20,115,114). Sum of RGB (Red+Green+Blue) = 20+115+114=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #147372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147372 is #EB8C8D. Grayscale: #565656. Windows color (decimal): -15436942 or 7500564. OLE color: 7500564.
HSL color Cylindrical-coordinate representation of color #147372: hue angle of 179.37º 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 #147372 is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 115 | 114 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.55 |
| HSL | 179.37º | 0.7% | 0.26% | - |
| HSV(B) | 179.37º | 0.83% | 0.45% | - |
| XYZ | 9.46 | 13.63 | 18.05 | - |
| YUV | 86.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 114 | 0.83 | 0 | 0.01 | 0.55 | 179.37 | 0.7 | 0.26 |
| Hex | 14 | 73 | 72 | 53 | 0 | 1 | 37 | B3 | 46 | 1A |
| Octal | 24 | 163 | 162 | 123 | 0 | 1 | 67 | 263 | 106 | 32 |
| Binary | 10100 | 1110011 | 1110010 | 1010011 | 0 | 1 | 110111 | 10110011 | 1000110 | 11010 |
Color Harmonies of #147372
Complementary color
Monochromatic Colors of #147372
Black with #147372
Text Example
Text Example
White with #147372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147372; }
p { color: rgb(20,115,114); }
H1.HeaderClassName
{
color: #147372;
}
.AnyTagClassName
{
color: #147372;
}
</style>
background-color css
<style>
a { background-color: #147372; }
a { background-color: rgb(20,115,114); }
div.DivClassName
{
background-color: #147372;
}
.BgClassName
{
background-color: #147372;
}
</style>
border-color css
<style>
span { border-color: #147372; }
span { border-color: rgb(20,115,114); }
td.TdClassName
{
border-color: #147372;
}
.TagClassName
{
border-color: #147372;
}
</style>