#007372

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

Shades of Pine Green #007372

Tints of Pine Green #007372

Color information

#007372 (or 0x007372) is unknown color: approx Pine Green. HEX triplet: 00, 73 and 72. RGB value is (0,115,114). Sum of RGB (Red+Green+Blue) = 0+115+114=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #007372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007372 is #FF8C8D. Grayscale: #505050. Windows color (decimal): -16747662 or 7500544. OLE color: 7500544.

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

Color convert

RGB0115114-
CMYK100.010.55
HSL179.48º100%22.55%-
HSV(B)179.48º100%45.1%-
XYZ9.1713.4818.04-
YUV80.5146.970.58-

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.22%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=0%
G=50.22%
B=49.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal0115114100.010.55179.4810022.55
Hex07372640137b36417
Octal0163162144016726314427
Binary01110011111001011001000111011110110011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007372; }

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

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

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

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

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

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

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

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