#008172

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

Shades of Pine Green #008172

Tints of Pine Green #008172

Color information

#008172 (or 0x008172) is unknown color: approx Pine Green. HEX triplet: 00, 81 and 72. RGB value is (0,129,114). Sum of RGB (Red+Green+Blue) = 0+129+114=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #008172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008172 is #FF7E8D. Grayscale: #585858. Windows color (decimal): -16744078 or 7504128. OLE color: 7504128.

HSL color Cylindrical-coordinate representation of color #008172: hue angle of 173.02º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008172 is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB0129114-
CMYK100.120.49
HSL173.02º100%25.29%-
HSV(B)173.02º100%50.59%-
XYZ10.8916.9218.61-
YUV88.72142.2664.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 129 (50.78% from 255) = 53.09%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=0%
G=53.09%
B=46.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0129114100.120.49173.0210025.29
Hex08172640C31ad6419
Octal02011621440146125514431
Binary010000001111001011001000110011000110101101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008172; }

 p { color: rgb(0,129,114); }

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

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

 a { background-color: rgb(0,129,114); }

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

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

 span { border-color: rgb(0,129,114); }

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