#2C733A

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

Shades of San Felix #2C733A

Tints of San Felix #2C733A

Color information

#2C733A (or 0x2C733A) is unknown color: approx San Felix. HEX triplet: 2C, 73 and 3A. RGB value is (44,115,58). Sum of RGB (Red+Green+Blue) = 44+115+58=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 115 (45.31% from 255 or 53.00% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 115 - color contains mainly: green. Hex color #2C733A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C733A is #D38CC5. Grayscale: #575757. Windows color (decimal): -13864134 or 3830572. OLE color: 3830572.

HSL color Cylindrical-coordinate representation of color #2C733A: hue angle of 131.83º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C733A is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB4411558-
CMYK0.6200.500.55
HSL131.83º44.65%31.18%-
HSV(B)131.83º61.74%45.1%-
XYZ7.9313.16.11-
YUV87.27111.4897.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 20.28%
GREEN value IS 115 (45.31% from 255) = 53.00%
BLUE value IS 58 (23.05% from 255) = 26.73%
R=20.28%
G=53.00%
B=26.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal44115580.6200.500.55131.8344.6531.18
Hex2C733A3E03237842d1f
Octal541637276062672045537
Binary101100111001111101011111001100101101111000010010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C733A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,115,58); }

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

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

 a { background-color: rgb(44,115,58); }

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

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

 span { border-color: rgb(44,115,58); }

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