#2C6523

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

Shades of San Felix #2C6523

Tints of San Felix #2C6523

Color information

#2C6523 (or 0x2C6523) is unknown color: approx San Felix. HEX triplet: 2C, 65 and 23. RGB value is (44,101,35). Sum of RGB (Red+Green+Blue) = 44+101+35=180 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.44% from 180); Green value is 101 (39.84% from 255 or 56.11% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 101 - color contains mainly: green. Hex color #2C6523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6523 is #D39ADC. Grayscale: #4C4C4C. Windows color (decimal): -13867741 or 2319660. OLE color: 2319660.

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

Color convert

RGB4410135-
CMYK0.5600.650.60
HSL111.82º48.53%26.67%-
HSV(B)111.82º65.35%39.61%-
XYZ69.963.2-
YUV76.43104.62104.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.44%
GREEN value IS 101 (39.84% from 255) = 56.11%
BLUE value IS 35 (14.06% from 255) = 19.44%
R=24.44%
G=56.11%
B=19.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal44101350.5600.650.60111.8248.5326.67
Hex2C6523380413C70311b
Octal5414543700101741606133
Binary101100110010110001111100001000001111100111000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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