#007370

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

Shades of Pine Green #007370

Tints of Pine Green #007370

Color information

#007370 (or 0x007370) is unknown color: approx Pine Green. HEX triplet: 00, 73 and 70. RGB value is (0,115,112). Sum of RGB (Red+Green+Blue) = 0+115+112=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 112 (44.14% from 255 or 49.34% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #007370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007370 is #FF8C8F. Grayscale: #505050. Windows color (decimal): -16747664 or 7369472. OLE color: 7369472.

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

Color convert

RGB0115112-
CMYK100.030.55
HSL178.43º100%22.55%-
HSV(B)178.43º100%45.1%-
XYZ9.0613.4317.44-
YUV80.27145.970.74-

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.66%
BLUE value IS 112 (44.14% from 255) = 49.34%
R=0%
G=50.66%
B=49.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal0115112100.030.55178.4310022.55
Hex07370640337b26417
Octal0163160144036726214427
Binary011100111110000110010001111011110110010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007370; }

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

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

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

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

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

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

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

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