Html Css Color HEX #008473 Pine Green

📋 copy color: '#008473'

red 0 ◦ green 132 ◦ blue 115

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

Shades of Pine Green #008473

Tints of Pine Green #008473

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 132 (51.95% from 255) = 53.44%

 BLUE value IS 115 (45.31% from 255) = 46.56%

R = 0%
G = 53.44%
B = 46.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#008473 (or 0x008473) is known color: Pine Green. HEX triplet: 00, 84 and 73. RGB value is (0,132,115). Sum of RGB (Red+Green+Blue) = 0+132+115=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 132 (51.95% from 255 or 53.44% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 132 - color contains mainly: green. Hex color #008473 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008473 is #FF7B8C. Grayscale: #5A5A5A. Windows color (decimal): -16743309 or 7570432. OLE color: 7570432.

HSL color Cylindrical-coordinate representation of color #008473: hue angle of 172.27º 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 #008473 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 132 115 -
CMYK 1 0 0.13 0.48
HSL 172.27º 1% 0.26% -
HSV(B) 172.27º 1% 0.52% -
XYZ 11.35 17.74 19.05 -
YUV 90.59 141.77 63.38 -
System Red Green Blue C M Y K H S L
Decimal 0 132 115 1 0 0.13 0.48 172.27 1 0.26
Hex 0 84 73 64 0 D 30 AC 64 1A
Octal 0 204 163 144 0 15 60 254 144 32
Binary 0 10000100 1110011 1100100 0 1101 110000 10101100 1100100 11010

Color Harmonies of #008473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008473

Black with #008473

Text Example


Text Example

White with #008473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008473; }

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

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

background-color css

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

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

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

border-color css

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

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

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