#0E8375

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

Shades of Pine Green #0E8375

Tints of Pine Green #0E8375

Color information

#0E8375 (or 0x0E8375) is unknown color: approx Pine Green. HEX triplet: 0E, 83 and 75. RGB value is (14,131,117). Sum of RGB (Red+Green+Blue) = 14+131+117=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #0E8375 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E8375 is #F17C8A. Grayscale: #5E5E5E. Windows color (decimal): -15826059 or 7701262. OLE color: 7701262.

HSL color Cylindrical-coordinate representation of color #0E8375: hue angle of 172.82º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E8375 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB14131117-
CMYK0.8900.110.49
HSL172.82º80.69%28.43%-
HSV(B)172.82º89.31%51.37%-
XYZ11.5117.6119.62-
YUV94.42140.7470.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.34%
GREEN value IS 131 (51.56% from 255) = 50%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=5.34%
G=50%
B=44.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal141311170.8900.110.49172.8280.6928.43
HexE8375590B31ad511c
Octal162031651310136125512134
Binary111010000011111010110110010101111000110101101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E8375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E8375; }

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

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

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

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

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

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

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

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