#047B72

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

Shades of Pine Green #047B72

Tints of Pine Green #047B72

Color information

#047B72 (or 0x047B72) is unknown color: approx Pine Green. HEX triplet: 04, 7B and 72. RGB value is (4,123,114). Sum of RGB (Red+Green+Blue) = 4+123+114=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #047B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047B72 is #FB848D. Grayscale: #565656. Windows color (decimal): -16483470 or 7502596. OLE color: 7502596.

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

Color convert

RGB4123114-
CMYK0.9700.070.52
HSL175.46º93.7%24.9%-
HSV(B)175.46º96.75%48.24%-
XYZ10.1715.4118.36-
YUV86.39143.5869.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.66%
GREEN value IS 123 (48.44% from 255) = 51.04%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=1.66%
G=51.04%
B=47.30%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41231140.9700.070.52175.4693.724.9
Hex47B72610734af5e19
Octal4173162141076425713631
Binary100111101111100101100001011111010010101111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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