#2E713D

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

Shades of San Felix #2E713D

Tints of San Felix #2E713D

Color information

#2E713D (or 0x2E713D) is unknown color: approx San Felix. HEX triplet: 2E, 71 and 3D. RGB value is (46,113,61). Sum of RGB (Red+Green+Blue) = 46+113+61=220 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.91% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #2E713D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E713D is #D18EC2. Grayscale: #575757. Windows color (decimal): -13733571 or 4026670. OLE color: 4026670.

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

Color convert

RGB4611361-
CMYK0.5900.460.56
HSL133.43º42.14%31.18%-
HSV(B)133.43º59.29%44.31%-
XYZ7.8712.736.46-
YUV87.04113.398.73-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 20.91%
GREEN value IS 113 (44.53% from 255) = 51.36%
BLUE value IS 61 (24.22% from 255) = 27.73%
R=20.91%
G=51.36%
B=27.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46113610.5900.460.56133.4342.1431.18
Hex2E713D3B02E38852a1f
Octal561617573056702055237
Binary101110111000111110111101101011101110001000010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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