#226A21

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

Shades of San Felix #226A21

Tints of San Felix #226A21

Color information

#226A21 (or 0x226A21) is unknown color: approx San Felix. HEX triplet: 22, 6A and 21. RGB value is (34,106,33). Sum of RGB (Red+Green+Blue) = 34+106+33=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 106 (41.80% from 255 or 61.27% from 173); Blue value is 33 (13.28% from 255 or 19.08% from 173); Max value from RGB is 106 - color contains mainly: green. Hex color #226A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226A21 is #DD95DE. Grayscale: #4C4C4C. Windows color (decimal): -14521823 or 2189858. OLE color: 2189858.

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

Color convert

RGB3410633-
CMYK0.6800.690.58
HSL119.18º52.52%27.25%-
HSV(B)119.18º68.87%41.57%-
XYZ6.0910.763.19-
YUV76.15103.6597.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 19.65%
GREEN value IS 106 (41.80% from 255) = 61.27%
BLUE value IS 33 (13.28% from 255) = 19.08%
R=19.65%
G=61.27%
B=19.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34106330.6800.690.58119.1852.5227.25
Hex226A21440453A77351b
Octal42152411040105721676533
Binary1000101101010100001100010001000101111010111011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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