#008471

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

Shades of Pine Green #008471

Tints of Pine Green #008471

Color information

#008471 (or 0x008471) is unknown color: approx Pine Green. HEX triplet: 00, 84 and 71. RGB value is (0,132,113). Sum of RGB (Red+Green+Blue) = 0+132+113=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 132 (51.95% from 255 or 53.88% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 132 - color contains mainly: green. Hex color #008471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008471 is #FF7B8E. Grayscale: #5A5A5A. Windows color (decimal): -16743311 or 7439360. OLE color: 7439360.

HSL color Cylindrical-coordinate representation of color #008471: hue angle of 171.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008471 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB0132113-
CMYK100.140.48
HSL171.36º100%25.88%-
HSV(B)171.36º100%51.76%-
XYZ11.2317.6918.45-
YUV90.37140.7763.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 132 (51.95% from 255) = 53.88%
BLUE value IS 113 (44.53% from 255) = 46.12%
R=0%
G=53.88%
B=46.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal0132113100.140.48171.3610025.88
Hex08471640E30ab641a
Octal02041611440166025314432
Binary010000100111000111001000111011000010101011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008471; }

 p { color: rgb(0,132,113); }

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

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

 a { background-color: rgb(0,132,113); }

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

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

 span { border-color: rgb(0,132,113); }

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