#22742C

Color #22742C San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #22742C

Tints of San Felix #22742C

Color information

#22742C (or 0x22742C) is unknown color: approx San Felix. HEX triplet: 22, 74 and 2C. RGB value is (34,116,44). Sum of RGB (Red+Green+Blue) = 34+116+44=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #22742C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22742C is #DD8BD3. Grayscale: #535353. Windows color (decimal): -14519252 or 2913314. OLE color: 2913314.

HSL color Cylindrical-coordinate representation of color #22742C: hue angle of 127.32º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #22742C is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB3411644-
CMYK0.7100.620.55
HSL127.32º54.67%29.41%-
HSV(B)127.32º70.69%45.49%-
XYZ7.3613.014.51-
YUV83.27105.8392.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.53%
GREEN value IS 116 (45.70% from 255) = 59.79%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=17.53%
G=59.79%
B=22.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal34116440.7100.620.55127.3254.6729.41
Hex22742C4703E377f371d
Octal4216454107076671776735
Binary100010111010010110010001110111110110111111111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22742C; }

 p { color: rgb(34,116,44); }

 H1.HeaderClassName
 {
   color: #22742C;
 }
 .AnyTagClassName
 {
   color: #22742C;
 }
</style>
background-color css

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

 a { background-color: rgb(34,116,44); }

 div.DivClassName
 {
   background-color: #22742C;
 }
 .BgClassName
 {
   background-color: #22742C;
 }
</style>
border-color css

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

 span { border-color: rgb(34,116,44); }

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