#047D6E

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

Shades of Pine Green #047D6E

Tints of Pine Green #047D6E

Color information

#047D6E (or 0x047D6E) is unknown color: approx Pine Green. HEX triplet: 04, 7D and 6E. RGB value is (4,125,110). Sum of RGB (Red+Green+Blue) = 4+125+110=239 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.67% from 239); Green value is 125 (49.22% from 255 or 52.30% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 125 - color contains mainly: green. Hex color #047D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047D6E is #FB8291. Grayscale: #575757. Windows color (decimal): -16482962 or 7240964. OLE color: 7240964.

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

Color convert

RGB4125110-
CMYK0.9700.120.51
HSL172.56º93.8%25.29%-
HSV(B)172.56º96.8%49.02%-
XYZ10.215.8217.27-
YUV87.11140.9168.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.67%
GREEN value IS 125 (49.22% from 255) = 52.30%
BLUE value IS 110 (43.36% from 255) = 46.03%
R=1.67%
G=52.30%
B=46.03%

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
Decimal41251100.9700.120.51172.5693.825.29
Hex47D6E610C33ad5e19
Octal41751561410146325513631
Binary1001111101110111011000010110011001110101101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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