#047C71

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

Shades of Pine Green #047C71

Tints of Pine Green #047C71

Color information

#047C71 (or 0x047C71) is unknown color: approx Pine Green. HEX triplet: 04, 7C and 71. RGB value is (4,124,113). Sum of RGB (Red+Green+Blue) = 4+124+113=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #047C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047C71 is #FB838E. Grayscale: #565656. Windows color (decimal): -16483215 or 7437316. OLE color: 7437316.

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

Color convert

RGB4124113-
CMYK0.9700.090.51
HSL174.5º93.75%25.1%-
HSV(B)174.5º96.77%48.63%-
XYZ10.2415.6318.1-
YUV86.87142.7468.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.66%
GREEN value IS 124 (48.83% from 255) = 51.45%
BLUE value IS 113 (44.53% from 255) = 46.89%
R=1.66%
G=51.45%
B=46.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41241130.9700.090.51174.593.7525.1
Hex47C71610933ae5e19
Octal41741611410116325613631
Binary1001111100111000111000010100111001110101110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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