#226B29

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

Shades of San Felix #226B29

Tints of San Felix #226B29

Color information

#226B29 (or 0x226B29) is unknown color: approx San Felix. HEX triplet: 22, 6B and 29. RGB value is (34,107,41). Sum of RGB (Red+Green+Blue) = 34+107+41=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 107 (42.19% from 255 or 58.79% from 182); Blue value is 41 (16.41% from 255 or 22.53% from 182); Max value from RGB is 107 - color contains mainly: green. Hex color #226B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226B29 is #DD94D6. Grayscale: #4D4D4D. Windows color (decimal): -14521559 or 2714402. OLE color: 2714402.

HSL color Cylindrical-coordinate representation of color #226B29: hue angle of 125.75º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #226B29 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB3410741-
CMYK0.6800.620.58
HSL125.75º51.77%27.65%-
HSV(B)125.75º68.22%41.96%-
XYZ6.3211.023.89-
YUV77.65107.3296.87-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.68%
GREEN value IS 107 (42.19% from 255) = 58.79%
BLUE value IS 41 (16.41% from 255) = 22.53%
R=18.68%
G=58.79%
B=22.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34107410.6800.620.58125.7551.7727.65
Hex226B294403E3A7e341c
Octal4215351104076721766434
Binary100010110101110100110001000111110111010111111011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #226B29; }

 p { color: rgb(34,107,41); }

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

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

 a { background-color: rgb(34,107,41); }

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

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

 span { border-color: rgb(34,107,41); }

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