Html Css Color HEX #118275 Pine Green

📋 copy color: '#118275'

red 17 ◦ green 130 ◦ blue 117

#118275
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #118275

Tints of Pine Green #118275

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 value IS 0.87

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#118275 (or 0x118275) is known color: 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

RGB 17 130 117 -
CMYK 0.87 0 0.1 0.49
HSL 173.1º 0.77% 0.29% -
HSV(B) 173.1º 0.87% 0.51% -
XYZ 11.42 17.37 19.58 -
YUV 94.73 140.56 72.56 -
System Red Green Blue C M Y K H S L
Decimal 17 130 117 0.87 0 0.1 0.49 173.1 0.77 0.29
Hex 11 82 75 57 0 A 31 AD 4D 1D
Octal 21 202 165 127 0 12 61 255 115 35
Binary 10001 10000010 1110101 1010111 0 1010 110001 10101101 1001101 11101

Color Harmonies of #118275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118275

Black with #118275

Text Example


Text Example

White with #118275

Text Example


Text Example

HTML Codes & Css Web 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>