#047C73

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

Shades of Pine Green #047C73

Tints of Pine Green #047C73

Color information

#047C73 (or 0x047C73) is unknown color: approx Pine Green. HEX triplet: 04, 7C and 73. RGB value is (4,124,115). Sum of RGB (Red+Green+Blue) = 4+124+115=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 124 (48.83% from 255 or 51.03% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 124 - color contains mainly: green. Hex color #047C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047C73 is #FB838C. Grayscale: #575757. Windows color (decimal): -16483213 or 7568388. OLE color: 7568388.

HSL color Cylindrical-coordinate representation of color #047C73: hue angle of 175.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047C73 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB4124115-
CMYK0.9700.070.51
HSL175.5º93.75%25.1%-
HSV(B)175.5º96.77%48.63%-
XYZ10.3515.6818.7-
YUV87.09143.7468.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 124 (48.83% from 255) = 51.03%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=1.65%
G=51.03%
B=47.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41241150.9700.070.51175.593.7525.1
Hex47C73610733b05e19
Octal4174163141076326013631
Binary100111110011100111100001011111001110110000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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