Html Css Color HEX #147671 Pine Green

📋 copy color: '#147671'

red 20 ◦ green 118 ◦ blue 113

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

Shades of Pine Green #147671

Tints of Pine Green #147671

RGB

 RED value IS 20 (8.2% from 255) = 7.97%

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

 BLUE value IS 113 (44.53% from 255) = 45.02%

R = 7.97%
G = 47.01%
B = 45.02%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#147671 (or 0x147671) is known color: Pine Green. HEX triplet: 14, 76 and 71. RGB value is (20,118,113). Sum of RGB (Red+Green+Blue) = 20+118+113=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #147671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147671 is #EB898E. Grayscale: #585858. Windows color (decimal): -15436175 or 7435796. OLE color: 7435796.

HSL color Cylindrical-coordinate representation of color #147671: hue angle of 176.94º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147671 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 118 113 -
CMYK 0.83 0 0.04 0.54
HSL 176.94º 0.71% 0.27% -
HSV(B) 176.94º 0.83% 0.46% -
XYZ 9.75 14.3 17.87 -
YUV 88.13 142.03 79.41 -
System Red Green Blue C M Y K H S L
Decimal 20 118 113 0.83 0 0.04 0.54 176.94 0.71 0.27
Hex 14 76 71 53 0 4 36 B1 47 1B
Octal 24 166 161 123 0 4 66 261 107 33
Binary 10100 1110110 1110001 1010011 0 100 110110 10110001 1000111 11011

Color Harmonies of #147671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147671

Black with #147671

Text Example


Text Example

White with #147671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147671; }

 p { color: rgb(20,118,113); }

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

background-color css

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

 a { background-color: rgb(20,118,113); }

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

border-color css

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

 span { border-color: rgb(20,118,113); }

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