#047D6A

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

Shades of Pine Green #047D6A

Tints of Pine Green #047D6A

Color information

#047D6A (or 0x047D6A) is unknown color: approx Pine Green. HEX triplet: 04, 7D and 6A. RGB value is (4,125,106). Sum of RGB (Red+Green+Blue) = 4+125+106=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 125 (49.22% from 255 or 53.19% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 125 - color contains mainly: green. Hex color #047D6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047D6A is #FB8295. Grayscale: #565656. Windows color (decimal): -16482966 or 6978820. OLE color: 6978820.

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

Color convert

RGB4125106-
CMYK0.9700.150.51
HSL170.58º93.8%25.29%-
HSV(B)170.58º96.8%49.02%-
XYZ9.9915.7316.15-
YUV86.66138.9169.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.70%
GREEN value IS 125 (49.22% from 255) = 53.19%
BLUE value IS 106 (41.80% from 255) = 45.11%
R=1.70%
G=53.19%
B=45.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41251060.9700.150.51170.5893.825.29
Hex47D6A610F33ab5e19
Octal41751521410176325313631
Binary1001111101110101011000010111111001110101011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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