Html Css Color HEX #147120 San Felix

📋 copy color: '#147120'

red 20 ◦ green 113 ◦ blue 32

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

Shades of San Felix #147120

Tints of San Felix #147120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 68.48%

 BLUE value IS 32 (12.89% from 255) = 19.39%

R = 12.12%
G = 68.48%
B = 19.39%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#147120 (or 0x147120) is known color: San Felix. HEX triplet: 14, 71 and 20. RGB value is (20,113,32). Sum of RGB (Red+Green+Blue) = 20+113+32=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 113 (44.53% from 255 or 68.48% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 113 - color contains mainly: green. Hex color #147120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147120 is #EB8EDF. Grayscale: #4C4C4C. Windows color (decimal): -15437536 or 2126100. OLE color: 2126100.

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

Color convert

RGB 20 113 32 -
CMYK 0.82 0 0.72 0.56
HSL 127.74º 0.7% 0.26% -
HSV(B) 127.74º 0.82% 0.44% -
XYZ 6.45 12.06 3.35 -
YUV 75.96 103.19 88.09 -
System Red Green Blue C M Y K H S L
Decimal 20 113 32 0.82 0 0.72 0.56 127.74 0.7 0.26
Hex 14 71 20 52 0 48 38 80 46 1A
Octal 24 161 40 122 0 110 70 200 106 32
Binary 10100 1110001 100000 1010010 0 1001000 111000 10000000 1000110 11010

Color Harmonies of #147120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147120

Black with #147120

Text Example


Text Example

White with #147120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147120; }

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

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

background-color css

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

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

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

border-color css

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

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

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