Html Css Color HEX #008471 Pine Green

📋 copy color: '#008471'

red 0 ◦ green 132 ◦ blue 113

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

Shades of Pine Green #008471

Tints of Pine Green #008471

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

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

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

RGB 0 132 113 -
CMYK 1 0 0.14 0.48
HSL 171.36º 1% 0.26% -
HSV(B) 171.36º 1% 0.52% -
XYZ 11.23 17.69 18.45 -
YUV 90.37 140.77 63.54 -
System Red Green Blue C M Y K H S L
Decimal 0 132 113 1 0 0.14 0.48 171.36 1 0.26
Hex 0 84 71 64 0 E 30 AB 64 1A
Octal 0 204 161 144 0 16 60 253 144 32
Binary 0 10000100 1110001 1100100 0 1110 110000 10101011 1100100 11010

Color Harmonies of #008471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008471

Black with #008471

Text Example


Text Example

White with #008471

Text Example


Text Example

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