#157371

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

Shades of Pine Green #157371

Tints of Pine Green #157371

Color information

#157371 (or 0x157371) is unknown color: approx Pine Green. HEX triplet: 15, 73 and 71. RGB value is (21,115,113). Sum of RGB (Red+Green+Blue) = 21+115+113=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 115 (45.31% from 255 or 46.18% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 115 - color contains mainly: green. Hex color #157371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157371 is #EA8C8E. Grayscale: #565656. Windows color (decimal): -15371407 or 7435029. OLE color: 7435029.

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

Color convert

RGB21115113-
CMYK0.8200.020.55
HSL178.72º69.12%26.67%-
HSV(B)178.72º81.74%45.1%-
XYZ9.4213.6117.75-
YUV86.67142.8681.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 115 (45.31% from 255) = 46.18%
BLUE value IS 113 (44.53% from 255) = 45.38%
R=8.43%
G=46.18%
B=45.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal211151130.8200.020.55178.7269.1226.67
Hex157371520237b3451b
Octal25163161122026726310533
Binary1010111100111110001101001001011011110110011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157371; }

 p { color: rgb(21,115,113); }

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

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

 a { background-color: rgb(21,115,113); }

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

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

 span { border-color: rgb(21,115,113); }

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