Html Css Color HEX #047170 Pine Green

📋 copy color: '#047170'

red 4 ◦ green 113 ◦ blue 112

#047170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Green #047170

Tints of Pine Green #047170

RGB

 RED value IS 4 (1.95% from 255) = 1.75%

 GREEN value IS 113 (44.53% from 255) = 49.34%

 BLUE value IS 112 (44.14% from 255) = 48.91%

R = 1.75%
G = 49.34%
B = 48.91%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#047170 (or 0x047170) is known color: Pine Green. HEX triplet: 04, 71 and 70. RGB value is (4,113,112). Sum of RGB (Red+Green+Blue) = 4+113+112=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 113 - color contains mainly: green. Hex color #047170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047170 is #FB8E8F. Grayscale: #505050. Windows color (decimal): -16486032 or 7368964. OLE color: 7368964.

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

Color convert

RGB 4 113 112 -
CMYK 0.96 0 0.01 0.56
HSL 179.45º 0.93% 0.23% -
HSV(B) 179.45º 0.96% 0.44% -
XYZ 8.88 13.01 17.37 -
YUV 80.3 145.89 73.58 -
System Red Green Blue C M Y K H S L
Decimal 4 113 112 0.96 0 0.01 0.56 179.45 0.93 0.23
Hex 4 71 70 60 0 1 38 B3 5D 17
Octal 4 161 160 140 0 1 70 263 135 27
Binary 100 1110001 1110000 1100000 0 1 111000 10110011 1011101 10111

Color Harmonies of #047170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047170

Black with #047170

Text Example


Text Example

White with #047170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047170; }

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

 H1.HeaderClassName
 {
   color: #047170;
 }
 .AnyTagClassName
 {
   color: #047170;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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