Html Css Color HEX #008173 Pine Green

📋 copy color: '#008173'

red 0 ◦ green 129 ◦ blue 115

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

Shades of Pine Green #008173

Tints of Pine Green #008173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.87%

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

R = 0%
G = 52.87%
B = 47.13%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#008173 (or 0x008173) is known color: Pine Green. HEX triplet: 00, 81 and 73. RGB value is (0,129,115). Sum of RGB (Red+Green+Blue) = 0+129+115=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 129 (50.78% from 255 or 52.87% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 129 - color contains mainly: green. Hex color #008173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008173 is #FF7E8C. Grayscale: #585858. Windows color (decimal): -16744077 or 7569664. OLE color: 7569664.

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

Color convert

RGB 0 129 115 -
CMYK 1 0 0.11 0.49
HSL 173.49º 1% 0.25% -
HSV(B) 173.49º 1% 0.51% -
XYZ 10.94 16.94 18.91 -
YUV 88.83 142.76 64.64 -
System Red Green Blue C M Y K H S L
Decimal 0 129 115 1 0 0.11 0.49 173.49 1 0.25
Hex 0 81 73 64 0 B 31 AD 64 19
Octal 0 201 163 144 0 13 61 255 144 31
Binary 0 10000001 1110011 1100100 0 1011 110001 10101101 1100100 11001

Color Harmonies of #008173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008173

Black with #008173

Text Example


Text Example

White with #008173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008173; }

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

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

background-color css

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

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

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

border-color css

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

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

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