#147370

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

Shades of Pine Green #147370

Tints of Pine Green #147370

Color information

#147370 (or 0x147370) is unknown color: approx Pine Green. HEX triplet: 14, 73 and 70. RGB value is (20,115,112). Sum of RGB (Red+Green+Blue) = 20+115+112=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #147370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147370 is #EB8C8F. Grayscale: #565656. Windows color (decimal): -15436944 or 7369492. OLE color: 7369492.

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

Color convert

RGB20115112-
CMYK0.8300.030.55
HSL178.11º70.37%26.47%-
HSV(B)178.11º82.61%45.1%-
XYZ9.3413.5817.46-
YUV86.25142.5380.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.10%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=8.10%
G=46.56%
B=45.34%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal201151120.8300.030.55178.1170.3726.47
Hex147370530337b2461a
Octal24163160123036726210632
Binary1010011100111110000101001101111011110110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147370; }

 p { color: rgb(20,115,112); }

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

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

 a { background-color: rgb(20,115,112); }

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

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

 span { border-color: rgb(20,115,112); }

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