#157470

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

Shades of Pine Green #157470

Tints of Pine Green #157470

Color information

#157470 (or 0x157470) is unknown color: approx Pine Green. HEX triplet: 15, 74 and 70. RGB value is (21,116,112). Sum of RGB (Red+Green+Blue) = 21+116+112=249 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.43% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #157470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157470 is #EA8B8F. Grayscale: #575757. Windows color (decimal): -15371152 or 7369749. OLE color: 7369749.

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

Color convert

RGB21116112-
CMYK0.8200.030.55
HSL177.47º69.34%26.86%-
HSV(B)177.47º81.9%45.49%-
XYZ9.4813.8217.5-
YUV87.14142.0380.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.43%
GREEN value IS 116 (45.70% from 255) = 46.59%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=8.43%
G=46.59%
B=44.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal211161120.8200.030.55177.4769.3426.86
Hex157470520337b1451b
Octal25164160122036726110533
Binary1010111101001110000101001001111011110110001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157470; }

 p { color: rgb(21,116,112); }

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

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

 a { background-color: rgb(21,116,112); }

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

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

 span { border-color: rgb(21,116,112); }

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