Html Css Color HEX #147471 Pine Green

📋 copy color: '#147471'

red 20 ◦ green 116 ◦ blue 113

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

Shades of Pine Green #147471

Tints of Pine Green #147471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.59%

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

R = 8.03%
G = 46.59%
B = 45.38%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#147471 (or 0x147471) is known color: Pine Green. HEX triplet: 14, 74 and 71. RGB value is (20,116,113). Sum of RGB (Red+Green+Blue) = 20+116+113=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #147471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147471 is #EB8B8E. Grayscale: #565656. Windows color (decimal): -15436687 or 7435284. OLE color: 7435284.

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

Color convert

RGB 20 116 113 -
CMYK 0.83 0 0.03 0.55
HSL 178.13º 0.71% 0.27% -
HSV(B) 178.13º 0.83% 0.45% -
XYZ 9.51 13.83 17.79 -
YUV 86.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 20 116 113 0.83 0 0.03 0.55 178.13 0.71 0.27
Hex 14 74 71 53 0 3 37 B2 47 1B
Octal 24 164 161 123 0 3 67 262 107 33
Binary 10100 1110100 1110001 1010011 0 11 110111 10110010 1000111 11011

Color Harmonies of #147471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147471

Black with #147471

Text Example


Text Example

White with #147471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147471; }

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

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

background-color css

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

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

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

border-color css

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

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

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