#047870

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

Shades of Pine Green #047870

Tints of Pine Green #047870

Color information

#047870 (or 0x047870) is unknown color: approx Pine Green. HEX triplet: 04, 78 and 70. RGB value is (4,120,112). Sum of RGB (Red+Green+Blue) = 4+120+112=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #047870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047870 is #FB878F. Grayscale: #545454. Windows color (decimal): -16484240 or 7370756. OLE color: 7370756.

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

Color convert

RGB4120112-
CMYK0.9700.070.53
HSL175.86º93.55%24.31%-
HSV(B)175.86º96.67%47.06%-
XYZ9.6914.6317.64-
YUV84.4143.5770.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.69%
GREEN value IS 120 (47.27% from 255) = 50.85%
BLUE value IS 112 (44.14% from 255) = 47.46%
R=1.69%
G=50.85%
B=47.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal41201120.9700.070.53175.8693.5524.31
Hex47870610735b05e18
Octal4170160141076526013630
Binary100111100011100001100001011111010110110000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047870; }

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

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

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

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

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

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

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

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