#2E723B

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

Shades of San Felix #2E723B

Tints of San Felix #2E723B

Color information

#2E723B (or 0x2E723B) is unknown color: approx San Felix. HEX triplet: 2E, 72 and 3B. RGB value is (46,114,59). Sum of RGB (Red+Green+Blue) = 46+114+59=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 114 (44.92% from 255 or 52.05% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 114 - color contains mainly: green. Hex color #2E723B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E723B is #D18DC4. Grayscale: #575757. Windows color (decimal): -13733317 or 3895854. OLE color: 3895854.

HSL color Cylindrical-coordinate representation of color #2E723B: hue angle of 131.47º 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 #2E723B is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.

Color convert

RGB4611459-
CMYK0.6000.480.55
HSL131.47º42.5%31.37%-
HSV(B)131.47º59.65%44.71%-
XYZ7.9312.936.22-
YUV87.4111.9798.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.00%
GREEN value IS 114 (44.92% from 255) = 52.05%
BLUE value IS 59 (23.44% from 255) = 26.94%
R=21.00%
G=52.05%
B=26.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal46114590.6000.480.55131.4742.531.37
Hex2E723B3C03037832a1f
Octal561627374060672035237
Binary101110111001011101111110001100001101111000001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E723B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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