#147972

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

Shades of Pine Green #147972

Tints of Pine Green #147972

Color information

#147972 (or 0x147972) is unknown color: approx Pine Green. HEX triplet: 14, 79 and 72. RGB value is (20,121,114). Sum of RGB (Red+Green+Blue) = 20+121+114=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #147972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147972 is #EB868D. Grayscale: #595959. Windows color (decimal): -15435406 or 7502100. OLE color: 7502100.

HSL color Cylindrical-coordinate representation of color #147972: hue angle of 175.84º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147972 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB20121114-
CMYK0.8300.060.53
HSL175.84º71.63%27.65%-
HSV(B)175.84º83.47%47.45%-
XYZ10.1615.0418.29-
YUV90141.5478.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 121 (47.66% from 255) = 47.45%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=7.84%
G=47.45%
B=44.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal201211140.8300.060.53175.8471.6327.65
Hex147972530635b0481c
Octal24171162123066526011034
Binary10100111100111100101010011011011010110110000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147972; }

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

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

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

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

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

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

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

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