#2C6522

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

Shades of San Felix #2C6522

Tints of San Felix #2C6522

Color information

#2C6522 (or 0x2C6522) is unknown color: approx San Felix. HEX triplet: 2C, 65 and 22. RGB value is (44,101,34). Sum of RGB (Red+Green+Blue) = 44+101+34=179 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.58% from 179); Green value is 101 (39.84% from 255 or 56.42% from 179); Blue value is 34 (13.67% from 255 or 18.99% from 179); Max value from RGB is 101 - color contains mainly: green. Hex color #2C6522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6522 is #D39ADD. Grayscale: #4C4C4C. Windows color (decimal): -13867742 or 2254124. OLE color: 2254124.

HSL color Cylindrical-coordinate representation of color #2C6522: hue angle of 111.04º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C6522 is Cyan = 0.56, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB4410134-
CMYK0.5600.660.60
HSL111.04º49.63%26.47%-
HSV(B)111.04º66.34%39.61%-
XYZ5.989.963.12-
YUV76.32104.12104.95-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.58%
GREEN value IS 101 (39.84% from 255) = 56.42%
BLUE value IS 34 (13.67% from 255) = 18.99%
R=24.58%
G=56.42%
B=18.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal44101340.5600.660.60111.0449.6326.47
Hex2C6522380423C6f321a
Octal5414542700102741576232
Binary101100110010110001011100001000010111100110111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C6522; }

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

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

<style>
 a { background-color: #2C6522; }

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

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

<style>
 span { border-color: #2C6522; }

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

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