#2E7138

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

Shades of San Felix #2E7138

Tints of San Felix #2E7138

Color information

#2E7138 (or 0x2E7138) is unknown color: approx San Felix. HEX triplet: 2E, 71 and 38. RGB value is (46,113,56). Sum of RGB (Red+Green+Blue) = 46+113+56=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 113 (44.53% from 255 or 52.56% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7138 is #D18EC7. Grayscale: #565656. Windows color (decimal): -13733576 or 3698990. OLE color: 3698990.

HSL color Cylindrical-coordinate representation of color #2E7138: hue angle of 128.96º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E7138 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB4611356-
CMYK0.5900.500.56
HSL128.96º42.14%31.18%-
HSV(B)128.96º59.29%44.31%-
XYZ7.7512.685.78-
YUV86.47110.899.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.40%
GREEN value IS 113 (44.53% from 255) = 52.56%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=21.40%
G=52.56%
B=26.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46113560.5900.500.56128.9642.1431.18
Hex2E71383B03238812a1f
Octal561617073062702015237
Binary101110111000111100011101101100101110001000000110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,113,56); }

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

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

 a { background-color: rgb(46,113,56); }

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

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

 span { border-color: rgb(46,113,56); }

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