#047E6F

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

Shades of Pine Green #047E6F

Tints of Pine Green #047E6F

Color information

#047E6F (or 0x047E6F) is unknown color: approx Pine Green. HEX triplet: 04, 7E and 6F. RGB value is (4,126,111). Sum of RGB (Red+Green+Blue) = 4+126+111=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 126 (49.61% from 255 or 52.28% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 126 - color contains mainly: green. Hex color #047E6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047E6F is #FB8190. Grayscale: #575757. Windows color (decimal): -16482705 or 7306756. OLE color: 7306756.

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

Color convert

RGB4126111-
CMYK0.9700.120.51
HSL172.62º93.85%25.49%-
HSV(B)172.62º96.83%49.41%-
XYZ10.3816.117.6-
YUV87.81141.0868.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.66%
GREEN value IS 126 (49.61% from 255) = 52.28%
BLUE value IS 111 (43.75% from 255) = 46.06%
R=1.66%
G=52.28%
B=46.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41261110.9700.120.51172.6293.8525.49
Hex47E6F610C33ad5e19
Octal41761571410146325513631
Binary1001111110110111111000010110011001110101101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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