#147472

Color #147472 Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #147472

Tints of Pine Green #147472

Color information

#147472 (or 0x147472) is unknown color: approx Pine Green. HEX triplet: 14, 74 and 72. RGB value is (20,116,114). Sum of RGB (Red+Green+Blue) = 20+116+114=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #147472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147472 is #EB8B8D. Grayscale: #565656. Windows color (decimal): -15436686 or 7500820. OLE color: 7500820.

HSL color Cylindrical-coordinate representation of color #147472: hue angle of 178.75º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147472 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB20116114-
CMYK0.8300.020.55
HSL178.75º70.59%26.67%-
HSV(B)178.75º82.76%45.49%-
XYZ9.5713.8518.09-
YUV87.07143.280.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 116 (45.70% from 255) = 46.4%
BLUE value IS 114 (44.92% from 255) = 45.6%
R=8%
G=46.4%
B=45.6%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal201161140.8300.020.55178.7570.5926.67
Hex147472530237b3471b
Octal24164162123026726310733
Binary1010011101001110010101001101011011110110011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147472; }

 p { color: rgb(20,116,114); }

 H1.HeaderClassName
 {
   color: #147472;
 }
 .AnyTagClassName
 {
   color: #147472;
 }
</style>
background-color css

<style>
 a { background-color: #147472; }

 a { background-color: rgb(20,116,114); }

 div.DivClassName
 {
   background-color: #147472;
 }
 .BgClassName
 {
   background-color: #147472;
 }
</style>
border-color css

<style>
 span { border-color: #147472; }

 span { border-color: rgb(20,116,114); }

 td.TdClassName
 {
   border-color: #147472;
 }
 .TagClassName
 {
   border-color: #147472;
 }
</style>