#047F6D

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

Shades of Pine Green #047F6D

Tints of Pine Green #047F6D

Color information

#047F6D (or 0x047F6D) is unknown color: approx Pine Green. HEX triplet: 04, 7F and 6D. RGB value is (4,127,109). Sum of RGB (Red+Green+Blue) = 4+127+109=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 127 (50% from 255 or 52.92% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 127 - color contains mainly: green. Hex color #047F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047F6D is #FB8092. Grayscale: #585858. Windows color (decimal): -16482451 or 7175940. OLE color: 7175940.

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

Color convert

RGB4127109-
CMYK0.9700.140.50
HSL171.22º93.89%25.69%-
HSV(B)171.22º96.85%49.8%-
XYZ10.416.3117.07-
YUV88.17139.7567.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 127 (50% from 255) = 52.92%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=1.67%
G=52.92%
B=45.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41271090.9700.140.50171.2293.8925.69
Hex47F6D610E32ab5e1a
Octal41771551410166225313632
Binary1001111111110110111000010111011001010101011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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