#2E7037

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

Shades of San Felix #2E7037

Tints of San Felix #2E7037

Color information

#2E7037 (or 0x2E7037) is unknown color: approx San Felix. HEX triplet: 2E, 70 and 37. RGB value is (46,112,55). Sum of RGB (Red+Green+Blue) = 46+112+55=213 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.60% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7037 is #D18FC8. Grayscale: #555555. Windows color (decimal): -13733833 or 3633198. OLE color: 3633198.

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

Color convert

RGB4611255-
CMYK0.5900.510.56
HSL128.18º41.77%30.98%-
HSV(B)128.18º58.93%43.92%-
XYZ7.6112.455.62-
YUV85.77110.6399.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.60%
GREEN value IS 112 (44.14% from 255) = 52.58%
BLUE value IS 55 (21.88% from 255) = 25.82%
R=21.60%
G=52.58%
B=25.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46112550.5900.510.56128.1841.7730.98
Hex2E70373B03338802a1f
Octal561606773063702005237
Binary101110111000011011111101101100111110001000000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,112,55); }

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

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

 a { background-color: rgb(46,112,55); }

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

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

 span { border-color: rgb(46,112,55); }

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