Html Css Color HEX #147221 San Felix

📋 copy color: '#147221'

red 20 ◦ green 114 ◦ blue 33

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

Shades of San Felix #147221

Tints of San Felix #147221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.76%

R = 11.98%
G = 68.26%
B = 19.76%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#147221 (or 0x147221) is known color: San Felix. HEX triplet: 14, 72 and 21. RGB value is (20,114,33). Sum of RGB (Red+Green+Blue) = 20+114+33=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 114 (44.92% from 255 or 68.26% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 114 - color contains mainly: green. Hex color #147221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147221 is #EB8DDE. Grayscale: #4C4C4C. Windows color (decimal): -15437279 or 2191892. OLE color: 2191892.

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

Color convert

RGB 20 114 33 -
CMYK 0.82 0 0.71 0.55
HSL 128.3º 0.7% 0.26% -
HSV(B) 128.3º 0.82% 0.45% -
XYZ 6.58 12.29 3.46 -
YUV 76.66 103.36 87.59 -
System Red Green Blue C M Y K H S L
Decimal 20 114 33 0.82 0 0.71 0.55 128.3 0.7 0.26
Hex 14 72 21 52 0 47 37 80 46 1A
Octal 24 162 41 122 0 107 67 200 106 32
Binary 10100 1110010 100001 1010010 0 1000111 110111 10000000 1000110 11010

Color Harmonies of #147221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147221

Black with #147221

Text Example


Text Example

White with #147221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147221; }

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

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

background-color css

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

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

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

border-color css

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

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

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