Html Css Color HEX #147222 San Felix

📋 copy color: '#147222'

red 20 ◦ green 114 ◦ blue 34

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

Shades of San Felix #147222

Tints of San Felix #147222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.24%

R = 11.9%
G = 67.86%
B = 20.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#147222 (or 0x147222) is known color: San Felix. HEX triplet: 14, 72 and 22. RGB value is (20,114,34). Sum of RGB (Red+Green+Blue) = 20+114+34=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 114 (44.92% from 255 or 67.86% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 114 - color contains mainly: green. Hex color #147222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147222 is #EB8DDD. Grayscale: #4C4C4C. Windows color (decimal): -15437278 or 2257428. OLE color: 2257428.

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

Color convert

RGB 20 114 34 -
CMYK 0.82 0 0.70 0.55
HSL 128.94º 0.7% 0.26% -
HSV(B) 128.94º 0.82% 0.45% -
XYZ 6.59 12.3 3.54 -
YUV 76.77 103.86 87.5 -
System Red Green Blue C M Y K H S L
Decimal 20 114 34 0.82 0 0.70 0.55 128.94 0.7 0.26
Hex 14 72 22 52 0 46 37 81 46 1A
Octal 24 162 42 122 0 106 67 201 106 32
Binary 10100 1110010 100010 1010010 0 1000110 110111 10000001 1000110 11010

Color Harmonies of #147222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147222

Black with #147222

Text Example


Text Example

White with #147222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147222; }

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

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

background-color css

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

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

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

border-color css

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

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

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