Html Css Color HEX #147873 Pine Green

📋 copy color: '#147873'

red 20 ◦ green 120 ◦ blue 115

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

Shades of Pine Green #147873

Tints of Pine Green #147873

RGB

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

 GREEN value IS 120 (47.27% from 255) = 47.06%

 BLUE value IS 115 (45.31% from 255) = 45.1%

R = 7.84%
G = 47.06%
B = 45.1%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#147873 (or 0x147873) is known color: Pine Green. HEX triplet: 14, 78 and 73. RGB value is (20,120,115). Sum of RGB (Red+Green+Blue) = 20+120+115=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #147873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147873 is #EB878C. Grayscale: #595959. Windows color (decimal): -15435661 or 7567380. OLE color: 7567380.

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

Color convert

RGB 20 120 115 -
CMYK 0.83 0 0.04 0.53
HSL 177º 0.71% 0.27% -
HSV(B) 177º 0.83% 0.47% -
XYZ 10.1 14.82 18.55 -
YUV 89.53 142.37 78.41 -
System Red Green Blue C M Y K H S L
Decimal 20 120 115 0.83 0 0.04 0.53 177 0.71 0.27
Hex 14 78 73 53 0 4 35 B1 47 1B
Octal 24 170 163 123 0 4 65 261 107 33
Binary 10100 1111000 1110011 1010011 0 100 110101 10110001 1000111 11011

Color Harmonies of #147873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147873

Black with #147873

Text Example


Text Example

White with #147873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147873; }

 p { color: rgb(20,120,115); }

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

background-color css

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

 a { background-color: rgb(20,120,115); }

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

border-color css

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

 span { border-color: rgb(20,120,115); }

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