#226A28

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

Shades of San Felix #226A28

Tints of San Felix #226A28

Color information

#226A28 (or 0x226A28) is unknown color: approx San Felix. HEX triplet: 22, 6A and 28. RGB value is (34,106,40). Sum of RGB (Red+Green+Blue) = 34+106+40=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 106 (41.80% from 255 or 58.89% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 106 - color contains mainly: green. Hex color #226A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226A28 is #DD95D7. Grayscale: #4D4D4D. Windows color (decimal): -14521816 or 2648610. OLE color: 2648610.

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

Color convert

RGB3410640-
CMYK0.6800.620.58
HSL125º51.43%27.45%-
HSV(B)125º67.92%41.57%-
XYZ6.210.83.77-
YUV76.95107.1597.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.89%
GREEN value IS 106 (41.80% from 255) = 58.89%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=18.89%
G=58.89%
B=22.22%

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
Decimal34106400.6800.620.5812551.4327.45
Hex226A284403E3A7d331b
Octal4215250104076721756333
Binary100010110101010100010001000111110111010111110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,106,40); }

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

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

 a { background-color: rgb(34,106,40); }

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

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

 span { border-color: rgb(34,106,40); }

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