#157872

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

Shades of Pine Green #157872

Tints of Pine Green #157872

Color information

#157872 (or 0x157872) is unknown color: approx Pine Green. HEX triplet: 15, 78 and 72. RGB value is (21,120,114). Sum of RGB (Red+Green+Blue) = 21+120+114=255 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.24% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #157872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157872 is #EA878D. Grayscale: #595959. Windows color (decimal): -15370126 or 7501845. OLE color: 7501845.

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

Color convert

RGB21120114-
CMYK0.8300.050.53
HSL176.36º70.21%27.65%-
HSV(B)176.36º82.5%47.06%-
XYZ10.0614.8118.25-
YUV89.71141.778.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.24%
GREEN value IS 120 (47.27% from 255) = 47.06%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=8.24%
G=47.06%
B=44.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal211201140.8300.050.53176.3670.2127.65
Hex157872530535b0461c
Octal25170162123056526010634
Binary10101111100011100101010011010111010110110000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157872; }

 p { color: rgb(21,120,114); }

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

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

 a { background-color: rgb(21,120,114); }

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

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

 span { border-color: rgb(21,120,114); }

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