#22601F

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

Shades of San Felix #22601F

Tints of San Felix #22601F

Color information

#22601F (or 0x22601F) is unknown color: approx San Felix. HEX triplet: 22, 60 and 1F. RGB value is (34,96,31). Sum of RGB (Red+Green+Blue) = 34+96+31=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #22601F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22601F is #DD9FE0. Grayscale: #464646. Windows color (decimal): -14524385 or 2056226. OLE color: 2056226.

HSL color Cylindrical-coordinate representation of color #22601F: hue angle of 117.23º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #22601F is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB349631-
CMYK0.6500.680.62
HSL117.23º51.18%24.9%-
HSV(B)117.23º67.71%37.65%-
XYZ5.098.82.73-
YUV70.05105.96102.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.12%
GREEN value IS 96 (37.89% from 255) = 59.63%
BLUE value IS 31 (12.5% from 255) = 19.25%
R=21.12%
G=59.63%
B=19.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3496310.6500.680.62117.2351.1824.9
Hex22601F410443E753319
Octal42140371010104761656331
Binary100010110000011111100000101000100111110111010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22601F; }

 p { color: rgb(34,96,31); }

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

<style>
 a { background-color: #22601F; }

 a { background-color: rgb(34,96,31); }

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

<style>
 span { border-color: #22601F; }

 span { border-color: rgb(34,96,31); }

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