#2C6C33

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

Shades of San Felix #2C6C33

Tints of San Felix #2C6C33

Color information

#2C6C33 (or 0x2C6C33) is unknown color: approx San Felix. HEX triplet: 2C, 6C and 33. RGB value is (44,108,51). Sum of RGB (Red+Green+Blue) = 44+108+51=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 108 (42.58% from 255 or 53.20% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 108 - color contains mainly: green. Hex color #2C6C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6C33 is #D393CC. Grayscale: #525252. Windows color (decimal): -13865933 or 3370028. OLE color: 3370028.

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

Color convert

RGB4410851-
CMYK0.5900.530.58
HSL126.56º42.11%29.8%-
HSV(B)126.56º59.26%42.35%-
XYZ711.54.98-
YUV82.37110.3100.63-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.67%
GREEN value IS 108 (42.58% from 255) = 53.20%
BLUE value IS 51 (20.31% from 255) = 25.12%
R=21.67%
G=53.20%
B=25.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal44108510.5900.530.58126.5642.1129.8
Hex2C6C333B0353A7f2a1e
Octal541546373065721775236
Binary10110011011001100111110110110101111010111111110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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