#047C72

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

Shades of Pine Green #047C72

Tints of Pine Green #047C72

Color information

#047C72 (or 0x047C72) is unknown color: approx Pine Green. HEX triplet: 04, 7C and 72. RGB value is (4,124,114). Sum of RGB (Red+Green+Blue) = 4+124+114=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #047C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047C72 is #FB838D. Grayscale: #565656. Windows color (decimal): -16483214 or 7502852. OLE color: 7502852.

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

Color convert

RGB4124114-
CMYK0.9700.080.51
HSL175º93.75%25.1%-
HSV(B)175º96.77%48.63%-
XYZ10.2915.6618.4-
YUV86.98143.2468.81-

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.24%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=1.65%
G=51.24%
B=47.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41241140.9700.080.5117593.7525.1
Hex47C72610833af5e19
Octal41741621410106325713631
Binary1001111100111001011000010100011001110101111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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