#2C6C38

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

Shades of San Felix #2C6C38

Tints of San Felix #2C6C38

Color information

#2C6C38 (or 0x2C6C38) is unknown color: approx San Felix. HEX triplet: 2C, 6C and 38. RGB value is (44,108,56). Sum of RGB (Red+Green+Blue) = 44+108+56=208 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.15% from 208); Green value is 108 (42.58% from 255 or 51.92% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 108 - color contains mainly: green. Hex color #2C6C38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6C38 is #D393C7. Grayscale: #535353. Windows color (decimal): -13865928 or 3697708. OLE color: 3697708.

HSL color Cylindrical-coordinate representation of color #2C6C38: hue angle of 131.25º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2C6C38 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB4410856-
CMYK0.5900.480.58
HSL131.25º42.11%29.8%-
HSV(B)131.25º59.26%42.35%-
XYZ7.1211.555.6-
YUV82.94112.8100.23-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.15%
GREEN value IS 108 (42.58% from 255) = 51.92%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=21.15%
G=51.92%
B=26.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44108560.5900.480.58131.2542.1129.8
Hex2C6C383B0303A832a1e
Octal541547073060722035236
Binary101100110110011100011101101100001110101000001110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,108,56); }

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

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

 a { background-color: rgb(44,108,56); }

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

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

 span { border-color: rgb(44,108,56); }

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