#047F73

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

Shades of Pine Green #047F73

Tints of Pine Green #047F73

Color information

#047F73 (or 0x047F73) is unknown color: approx Pine Green. HEX triplet: 04, 7F and 73. RGB value is (4,127,115). Sum of RGB (Red+Green+Blue) = 4+127+115=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #047F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047F73 is #FB808C. Grayscale: #585858. Windows color (decimal): -16482445 or 7569156. OLE color: 7569156.

HSL color Cylindrical-coordinate representation of color #047F73: hue angle of 174.15º 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 #047F73 is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB4127115-
CMYK0.9700.090.50
HSL174.15º93.89%25.69%-
HSV(B)174.15º96.85%49.8%-
XYZ10.7316.4418.83-
YUV88.85142.7567.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.63%
GREEN value IS 127 (50% from 255) = 51.63%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=1.63%
G=51.63%
B=46.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41271150.9700.090.50174.1593.8925.69
Hex47F73610932ae5e1a
Octal41771631410116225613632
Binary1001111111111001111000010100111001010101110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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