Html Css Color HEX #147472 Pine Green

📋 copy color: '#147472'

red 20 ◦ green 116 ◦ blue 114

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

Shades of Pine Green #147472

Tints of Pine Green #147472

RGB

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

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

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

R = 8%
G = 46.4%
B = 45.6%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#147472 (or 0x147472) is known color: Pine Green. HEX triplet: 14, 74 and 72. RGB value is (20,116,114). Sum of RGB (Red+Green+Blue) = 20+116+114=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #147472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147472 is #EB8B8D. Grayscale: #565656. Windows color (decimal): -15436686 or 7500820. OLE color: 7500820.

HSL color Cylindrical-coordinate representation of color #147472: hue angle of 178.75º 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 #147472 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 116 114 -
CMYK 0.83 0 0.02 0.55
HSL 178.75º 0.71% 0.27% -
HSV(B) 178.75º 0.83% 0.45% -
XYZ 9.57 13.85 18.09 -
YUV 87.07 143.2 80.16 -
System Red Green Blue C M Y K H S L
Decimal 20 116 114 0.83 0 0.02 0.55 178.75 0.71 0.27
Hex 14 74 72 53 0 2 37 B3 47 1B
Octal 24 164 162 123 0 2 67 263 107 33
Binary 10100 1110100 1110010 1010011 0 10 110111 10110011 1000111 11011

Color Harmonies of #147472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147472

Black with #147472

Text Example


Text Example

White with #147472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147472; }

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

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

background-color css

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

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

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

border-color css

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

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

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