Html Css Color HEX #008073 Pine Green

📋 copy color: '#008073'

red 0 ◦ green 128 ◦ blue 115

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

Shades of Pine Green #008073

Tints of Pine Green #008073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.67%

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

R = 0%
G = 52.67%
B = 47.33%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#008073 (or 0x008073) is known color: Pine Green. HEX triplet: 00, 80 and 73. RGB value is (0,128,115). Sum of RGB (Red+Green+Blue) = 0+128+115=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #008073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008073 is #FF7F8C. Grayscale: #585858. Windows color (decimal): -16744333 or 7569408. OLE color: 7569408.

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

Color convert

RGB 0 128 115 -
CMYK 1 0 0.10 0.50
HSL 173.91º 1% 0.25% -
HSV(B) 173.91º 1% 0.5% -
XYZ 10.81 16.68 18.87 -
YUV 88.25 143.09 65.06 -
System Red Green Blue C M Y K H S L
Decimal 0 128 115 1 0 0.10 0.50 173.91 1 0.25
Hex 0 80 73 64 0 A 32 AE 64 19
Octal 0 200 163 144 0 12 62 256 144 31
Binary 0 10000000 1110011 1100100 0 1010 110010 10101110 1100100 11001

Color Harmonies of #008073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008073

Black with #008073

Text Example


Text Example

White with #008073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008073; }

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

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

background-color css

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

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

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

border-color css

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

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

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