Html Css Color HEX #147974 Pine Green

📋 copy color: '#147974'

red 20 ◦ green 121 ◦ blue 116

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

Shades of Pine Green #147974

Tints of Pine Green #147974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.08%

 BLUE value IS 116 (45.7% from 255) = 45.14%

R = 7.78%
G = 47.08%
B = 45.14%

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

#147974 (or 0x147974) is known color: Pine Green. HEX triplet: 14, 79 and 74. RGB value is (20,121,116). Sum of RGB (Red+Green+Blue) = 20+121+116=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #147974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147974 is #EB868B. Grayscale: #5A5A5A. Windows color (decimal): -15435404 or 7633172. OLE color: 7633172.

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

Color convert

RGB 20 121 116 -
CMYK 0.83 0 0.04 0.53
HSL 177.03º 0.72% 0.28% -
HSV(B) 177.03º 0.83% 0.47% -
XYZ 10.28 15.08 18.89 -
YUV 90.23 142.54 77.91 -
System Red Green Blue C M Y K H S L
Decimal 20 121 116 0.83 0 0.04 0.53 177.03 0.72 0.28
Hex 14 79 74 53 0 4 35 B1 48 1C
Octal 24 171 164 123 0 4 65 261 110 34
Binary 10100 1111001 1110100 1010011 0 100 110101 10110001 1001000 11100

Color Harmonies of #147974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147974

Black with #147974

Text Example


Text Example

White with #147974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147974; }

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

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

background-color css

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

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

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

border-color css

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

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

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