#047372

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

Shades of Pine Green #047372

Tints of Pine Green #047372

Color information

#047372 (or 0x047372) is unknown color: approx Pine Green. HEX triplet: 04, 73 and 72. RGB value is (4,115,114). Sum of RGB (Red+Green+Blue) = 4+115+114=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #047372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047372 is #FB8C8D. Grayscale: #515151. Windows color (decimal): -16485518 or 7500548. OLE color: 7500548.

HSL color Cylindrical-coordinate representation of color #047372: hue angle of 179.46º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047372 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB4115114-
CMYK0.9700.010.55
HSL179.46º93.28%23.33%-
HSV(B)179.46º96.52%45.1%-
XYZ9.2213.518.04-
YUV81.7146.2372.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.72%
GREEN value IS 115 (45.31% from 255) = 49.36%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=1.72%
G=49.36%
B=48.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41151140.9700.010.55179.4693.2823.33
Hex47372610137b35d17
Octal4163162141016726313527
Binary1001110011111001011000010111011110110011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047372; }

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

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

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

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

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

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

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

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