#2E723C

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

Shades of San Felix #2E723C

Tints of San Felix #2E723C

Color information

#2E723C (or 0x2E723C) is unknown color: approx San Felix. HEX triplet: 2E, 72 and 3C. RGB value is (46,114,60). Sum of RGB (Red+Green+Blue) = 46+114+60=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #2E723C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E723C is #D18DC3. Grayscale: #575757. Windows color (decimal): -13733316 or 3961390. OLE color: 3961390.

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

Color convert

RGB4611460-
CMYK0.6000.470.55
HSL132.35º42.5%31.37%-
HSV(B)132.35º59.65%44.71%-
XYZ7.9612.946.35-
YUV87.51112.4798.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.91%
GREEN value IS 114 (44.92% from 255) = 51.82%
BLUE value IS 60 (23.83% from 255) = 27.27%
R=20.91%
G=51.82%
B=27.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46114600.6000.470.55132.3542.531.37
Hex2E723C3C02F37842a1f
Octal561627474057672045237
Binary101110111001011110011110001011111101111000010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E723C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,114,60); }

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

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

 a { background-color: rgb(46,114,60); }

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

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

 span { border-color: rgb(46,114,60); }

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