Html Css Color HEX #047672 Pine Green

📋 copy color: '#047672'

red 4 ◦ green 118 ◦ blue 114

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

Shades of Pine Green #047672

Tints of Pine Green #047672

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50%

 BLUE value IS 114 (44.92% from 255) = 48.31%

R = 1.69%
G = 50%
B = 48.31%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#047672 (or 0x047672) is known color: Pine Green. HEX triplet: 04, 76 and 72. RGB value is (4,118,114). Sum of RGB (Red+Green+Blue) = 4+118+114=236 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.69% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #047672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047672 is #FB898D. Grayscale: #535353. Windows color (decimal): -16484750 or 7501316. OLE color: 7501316.

HSL color Cylindrical-coordinate representation of color #047672: hue angle of 177.89º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047672 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 118 114 -
CMYK 0.97 0 0.03 0.54
HSL 177.89º 0.93% 0.24% -
HSV(B) 177.89º 0.97% 0.46% -
XYZ 9.57 14.2 18.16 -
YUV 83.46 145.23 71.33 -
System Red Green Blue C M Y K H S L
Decimal 4 118 114 0.97 0 0.03 0.54 177.89 0.93 0.24
Hex 4 76 72 61 0 3 36 B2 5D 18
Octal 4 166 162 141 0 3 66 262 135 30
Binary 100 1110110 1110010 1100001 0 11 110110 10110010 1011101 11000

Color Harmonies of #047672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #047672

Black with #047672

Text Example


Text Example

White with #047672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #047672; }

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

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

background-color css

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

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

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

border-color css

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

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

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