#118275

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

Shades of Pine Green #118275

Tints of Pine Green #118275

Color information

#118275 (or 0x118275) is unknown color: approx Pine Green. HEX triplet: 11, 82 and 75. RGB value is (17,130,117). Sum of RGB (Red+Green+Blue) = 17+130+117=264 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.44% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #118275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118275 is #EE7D8A. Grayscale: #5E5E5E. Windows color (decimal): -15629707 or 7701009. OLE color: 7701009.

HSL color Cylindrical-coordinate representation of color #118275: hue angle of 173.1º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118275 is Cyan = 0.87, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB17130117-
CMYK0.8700.10.49
HSL173.1º76.87%28.82%-
HSV(B)173.1º86.92%50.98%-
XYZ11.4217.3719.58-
YUV94.73140.5672.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.44%
GREEN value IS 130 (51.17% from 255) = 49.24%
BLUE value IS 117 (46.09% from 255) = 44.32%
R=6.44%
G=49.24%
B=44.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171301170.8700.10.49173.176.8728.82
Hex118275570A31ad4d1d
Octal212021651270126125511535
Binary1000110000010111010110101110101011000110101101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118275; }

 p { color: rgb(17,130,117); }

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

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

 a { background-color: rgb(17,130,117); }

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

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

 span { border-color: rgb(17,130,117); }

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