#226B2C

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

Shades of San Felix #226B2C

Tints of San Felix #226B2C

Color information

#226B2C (or 0x226B2C) is unknown color: approx San Felix. HEX triplet: 22, 6B and 2C. RGB value is (34,107,44). Sum of RGB (Red+Green+Blue) = 34+107+44=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 107 (42.19% from 255 or 57.84% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 107 - color contains mainly: green. Hex color #226B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226B2C is #DD94D3. Grayscale: #4E4E4E. Windows color (decimal): -14521556 or 2911010. OLE color: 2911010.

HSL color Cylindrical-coordinate representation of color #226B2C: hue angle of 128.22º 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 #226B2C is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB3410744-
CMYK0.6800.590.58
HSL128.22º51.77%27.65%-
HSV(B)128.22º68.22%41.96%-
XYZ6.3711.044.18-
YUV77.99108.8296.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.38%
GREEN value IS 107 (42.19% from 255) = 57.84%
BLUE value IS 44 (17.58% from 255) = 23.78%
R=18.38%
G=57.84%
B=23.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal34107440.6800.590.58128.2251.7727.65
Hex226B2C4403B3A80341c
Octal4215354104073722006434
Binary1000101101011101100100010001110111110101000000011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #226B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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