#147572

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

Shades of Pine Green #147572

Tints of Pine Green #147572

Color information

#147572 (or 0x147572) is unknown color: approx Pine Green. HEX triplet: 14, 75 and 72. RGB value is (20,117,114). Sum of RGB (Red+Green+Blue) = 20+117+114=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 117 - color contains mainly: green. Hex color #147572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147572 is #EB8A8D. Grayscale: #575757. Windows color (decimal): -15436430 or 7501076. OLE color: 7501076.

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

Color convert

RGB20117114-
CMYK0.8300.030.54
HSL178.14º70.8%26.86%-
HSV(B)178.14º82.91%45.88%-
XYZ9.6914.0918.13-
YUV87.66142.8679.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.97%
GREEN value IS 117 (46.09% from 255) = 46.61%
BLUE value IS 114 (44.92% from 255) = 45.42%
R=7.97%
G=46.61%
B=45.42%

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
Decimal201171140.8300.030.54178.1470.826.86
Hex147572530336b2471b
Octal24165162123036626210733
Binary1010011101011110010101001101111011010110010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147572; }

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

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

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

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

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

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

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

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