Html Css Color HEX #147271 Pine Green

📋 copy color: '#147271'

red 20 ◦ green 114 ◦ blue 113

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

Shades of Pine Green #147271

Tints of Pine Green #147271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.15%

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

R = 8.1%
G = 46.15%
B = 45.75%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#147271 (or 0x147271) is known color: Pine Green. HEX triplet: 14, 72 and 71. RGB value is (20,114,113). Sum of RGB (Red+Green+Blue) = 20+114+113=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 114 - color contains mainly: green. Hex color #147271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147271 is #EB8D8E. Grayscale: #555555. Windows color (decimal): -15437199 or 7434772. OLE color: 7434772.

HSL color Cylindrical-coordinate representation of color #147271: hue angle of 179.36º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147271 is Cyan = 0.82, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 114 113 -
CMYK 0.82 0 0.01 0.55
HSL 179.36º 0.7% 0.26% -
HSV(B) 179.36º 0.82% 0.45% -
XYZ 9.29 13.38 17.72 -
YUV 85.78 143.36 81.08 -
System Red Green Blue C M Y K H S L
Decimal 20 114 113 0.82 0 0.01 0.55 179.36 0.7 0.26
Hex 14 72 71 52 0 1 37 B3 46 1A
Octal 24 162 161 122 0 1 67 263 106 32
Binary 10100 1110010 1110001 1010010 0 1 110111 10110011 1000110 11010

Color Harmonies of #147271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147271

Black with #147271

Text Example


Text Example

White with #147271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147271; }

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

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

background-color css

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

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

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

border-color css

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

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

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