#037F6D

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

Shades of Pine Green #037F6D

Tints of Pine Green #037F6D

Color information

#037F6D (or 0x037F6D) is unknown color: approx Pine Green. HEX triplet: 03, 7F and 6D. RGB value is (3,127,109). Sum of RGB (Red+Green+Blue) = 3+127+109=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 127 (50% from 255 or 53.14% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 127 - color contains mainly: green. Hex color #037F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037F6D is #FC8092. Grayscale: #575757. Windows color (decimal): -16547987 or 7175939. OLE color: 7175939.

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

Color convert

RGB3127109-
CMYK0.9800.140.50
HSL171.29º95.38%25.49%-
HSV(B)171.29º97.64%49.8%-
XYZ10.3916.317.07-
YUV87.87139.9267.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.26%
GREEN value IS 127 (50% from 255) = 53.14%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=1.26%
G=53.14%
B=45.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31271090.9800.140.50171.2995.3825.49
Hex37F6D620E32ab5f19
Octal31771551420166225313731
Binary111111111110110111000100111011001010101011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,127,109); }

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

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

 a { background-color: rgb(3,127,109); }

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

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

 span { border-color: rgb(3,127,109); }

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