#047872

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

Shades of Pine Green #047872

Tints of Pine Green #047872

Color information

#047872 (or 0x047872) is unknown color: approx Pine Green. HEX triplet: 04, 78 and 72. RGB value is (4,120,114). Sum of RGB (Red+Green+Blue) = 4+120+114=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #047872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047872 is #FB878D. Grayscale: #545454. Windows color (decimal): -16484238 or 7501828. OLE color: 7501828.

HSL color Cylindrical-coordinate representation of color #047872: hue angle of 176.9º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047872 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB4120114-
CMYK0.9700.050.53
HSL176.9º93.55%24.31%-
HSV(B)176.9º96.67%47.06%-
XYZ9.814.6718.24-
YUV84.63144.5770.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.68%
GREEN value IS 120 (47.27% from 255) = 50.42%
BLUE value IS 114 (44.92% from 255) = 47.90%
R=1.68%
G=50.42%
B=47.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41201140.9700.050.53176.993.5524.31
Hex47872610535b15e18
Octal4170162141056526113630
Binary100111100011100101100001010111010110110001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047872; }

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

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

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

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

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

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

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

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