#047B6E

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

Shades of Pine Green #047B6E

Tints of Pine Green #047B6E

Color information

#047B6E (or 0x047B6E) is unknown color: approx Pine Green. HEX triplet: 04, 7B and 6E. RGB value is (4,123,110). Sum of RGB (Red+Green+Blue) = 4+123+110=237 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #047B6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047B6E is #FB8491. Grayscale: #555555. Windows color (decimal): -16483474 or 7240452. OLE color: 7240452.

HSL color Cylindrical-coordinate representation of color #047B6E: hue angle of 173.45º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047B6E is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB4123110-
CMYK0.9700.110.52
HSL173.45º93.7%24.9%-
HSV(B)173.45º96.75%48.24%-
XYZ9.9515.3217.18-
YUV85.94141.5869.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 123 (48.44% from 255) = 51.90%
BLUE value IS 110 (43.36% from 255) = 46.41%
R=1.69%
G=51.90%
B=46.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41231100.9700.110.52173.4593.724.9
Hex47B6E610B34ad5e19
Octal41731561410136425513631
Binary1001111011110111011000010101111010010101101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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