#007371

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

Shades of Pine Green #007371

Tints of Pine Green #007371

Color information

#007371 (or 0x007371) is unknown color: approx Pine Green. HEX triplet: 00, 73 and 71. RGB value is (0,115,113). Sum of RGB (Red+Green+Blue) = 0+115+113=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #007371 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007371 is #FF8C8E. Grayscale: #505050. Windows color (decimal): -16747663 or 7435008. OLE color: 7435008.

HSL color Cylindrical-coordinate representation of color #007371: hue angle of 178.96º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007371 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB0115113-
CMYK100.020.55
HSL178.96º100%22.55%-
HSV(B)178.96º100%45.1%-
XYZ9.1113.4517.74-
YUV80.39146.470.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 115 (45.31% from 255) = 50.44%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=0%
G=50.44%
B=49.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal0115113100.020.55178.9610022.55
Hex07371640237b36417
Octal0163161144026726314427
Binary011100111110001110010001011011110110011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007371; }

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

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

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

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

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

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

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

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