#147571

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

Shades of Pine Green #147571

Tints of Pine Green #147571

Color information

#147571 (or 0x147571) is unknown color: approx Pine Green. HEX triplet: 14, 75 and 71. RGB value is (20,117,113). Sum of RGB (Red+Green+Blue) = 20+117+113=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 117 (46.09% from 255 or 46.8% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 117 - color contains mainly: green. Hex color #147571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147571 is #EB8A8E. Grayscale: #575757. Windows color (decimal): -15436431 or 7435540. OLE color: 7435540.

HSL color Cylindrical-coordinate representation of color #147571: hue angle of 177.53º 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 #147571 is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB20117113-
CMYK0.8300.030.54
HSL177.53º70.8%26.86%-
HSV(B)177.53º82.91%45.88%-
XYZ9.6314.0617.83-
YUV87.54142.3679.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 117 (46.09% from 255) = 46.8%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=8%
G=46.8%
B=45.2%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal201171130.8300.030.54177.5370.826.86
Hex147571530336b2471b
Octal24165161123036626210733
Binary1010011101011110001101001101111011010110010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147571; }

 p { color: rgb(20,117,113); }

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

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

 a { background-color: rgb(20,117,113); }

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

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

 span { border-color: rgb(20,117,113); }

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