#088371

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

Shades of Pine Green #088371

Tints of Pine Green #088371

Color information

#088371 (or 0x088371) is unknown color: approx Pine Green. HEX triplet: 08, 83 and 71. RGB value is (8,131,113). Sum of RGB (Red+Green+Blue) = 8+131+113=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 131 (51.56% from 255 or 51.98% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 131 - color contains mainly: green. Hex color #088371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088371 is #F77C8E. Grayscale: #5C5C5C. Windows color (decimal): -16219279 or 7439112. OLE color: 7439112.

HSL color Cylindrical-coordinate representation of color #088371: hue angle of 171.22º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088371 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB8131113-
CMYK0.9400.140.49
HSL171.22º88.49%27.25%-
HSV(B)171.22º93.89%51.37%-
XYZ11.217.4818.41-
YUV92.17139.7567.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.17%
GREEN value IS 131 (51.56% from 255) = 51.98%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=3.17%
G=51.98%
B=44.84%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81311130.9400.140.49171.2288.4927.25
Hex883715E0E31ab581b
Octal102031611360166125313033
Binary100010000011111000110111100111011000110101011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #088371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #088371; }

 p { color: rgb(8,131,113); }

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

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

 a { background-color: rgb(8,131,113); }

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

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

 span { border-color: rgb(8,131,113); }

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