#037D73

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

Shades of Pine Green #037D73

Tints of Pine Green #037D73

Color information

#037D73 (or 0x037D73) is unknown color: approx Pine Green. HEX triplet: 03, 7D and 73. RGB value is (3,125,115). Sum of RGB (Red+Green+Blue) = 3+125+115=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #037D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037D73 is #FC828C. Grayscale: #575757. Windows color (decimal): -16548493 or 7568643. OLE color: 7568643.

HSL color Cylindrical-coordinate representation of color #037D73: hue angle of 175.08º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037D73 is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB3125115-
CMYK0.9800.080.51
HSL175.08º95.31%25.1%-
HSV(B)175.08º97.6%49.02%-
XYZ10.4715.9218.74-
YUV87.38143.5867.81-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.23%
GREEN value IS 125 (49.22% from 255) = 51.44%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=1.23%
G=51.44%
B=47.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31251150.9800.080.51175.0895.3125.1
Hex37D73620833af5f19
Octal31751631420106325713731
Binary111111101111001111000100100011001110101111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037D73; }

 p { color: rgb(3,125,115); }

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

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

 a { background-color: rgb(3,125,115); }

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

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

 span { border-color: rgb(3,125,115); }

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