#047E6E

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

Shades of Pine Green #047E6E

Tints of Pine Green #047E6E

Color information

#047E6E (or 0x047E6E) is unknown color: approx Pine Green. HEX triplet: 04, 7E and 6E. RGB value is (4,126,110). Sum of RGB (Red+Green+Blue) = 4+126+110=240 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 240); Green value is 126 (49.61% from 255 or 52.5% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 126 - color contains mainly: green. Hex color #047E6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047E6E is #FB8191. Grayscale: #575757. Windows color (decimal): -16482706 or 7241220. OLE color: 7241220.

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

Color convert

RGB4126110-
CMYK0.9700.130.51
HSL172.13º93.85%25.49%-
HSV(B)172.13º96.83%49.41%-
XYZ10.3316.0717.31-
YUV87.7140.5868.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 126 (49.61% from 255) = 52.5%
BLUE value IS 110 (43.36% from 255) = 45.83%
R=1.67%
G=52.5%
B=45.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41261100.9700.130.51172.1393.8525.49
Hex47E6E610D33ac5e19
Octal41761561410156325413631
Binary1001111110110111011000010110111001110101100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,126,110); }

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

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

 a { background-color: rgb(4,126,110); }

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

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

 span { border-color: rgb(4,126,110); }

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