Html Css Color HEX #118375 Pine Green

📋 copy color: '#118375'

red 17 ◦ green 131 ◦ blue 117

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

Shades of Pine Green #118375

Tints of Pine Green #118375

RGB

 RED value IS 17 (7.03% from 255) = 6.42%

 GREEN value IS 131 (51.56% from 255) = 49.43%

 BLUE value IS 117 (46.09% from 255) = 44.15%

R = 6.42%
G = 49.43%
B = 44.15%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#118375 (or 0x118375) is known color: Pine Green. HEX triplet: 11, 83 and 75. RGB value is (17,131,117). Sum of RGB (Red+Green+Blue) = 17+131+117=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #118375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118375 is #EE7C8A. Grayscale: #5F5F5F. Windows color (decimal): -15629451 or 7701265. OLE color: 7701265.

HSL color Cylindrical-coordinate representation of color #118375: hue angle of 172.63º 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 #118375 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 131 117 -
CMYK 0.87 0 0.11 0.49
HSL 172.63º 0.77% 0.29% -
HSV(B) 172.63º 0.87% 0.51% -
XYZ 11.56 17.64 19.62 -
YUV 95.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 17 131 117 0.87 0 0.11 0.49 172.63 0.77 0.29
Hex 11 83 75 57 0 B 31 AD 4D 1D
Octal 21 203 165 127 0 13 61 255 115 35
Binary 10001 10000011 1110101 1010111 0 1011 110001 10101101 1001101 11101

Color Harmonies of #118375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118375

Black with #118375

Text Example


Text Example

White with #118375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118375; }

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

 H1.HeaderClassName
 {
   color: #118375;
 }
 .AnyTagClassName
 {
   color: #118375;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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