#2E662C

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

Shades of San Felix #2E662C

Tints of San Felix #2E662C

Color information

#2E662C (or 0x2E662C) is unknown color: approx San Felix. HEX triplet: 2E, 66 and 2C. RGB value is (46,102,44). Sum of RGB (Red+Green+Blue) = 46+102+44=192 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.96% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #2E662C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E662C is #D199D3. Grayscale: #4E4E4E. Windows color (decimal): -13736404 or 2909742. OLE color: 2909742.

HSL color Cylindrical-coordinate representation of color #2E662C: hue angle of 117.93º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E662C is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB4610244-
CMYK0.5500.570.6
HSL117.93º39.73%28.63%-
HSV(B)117.93º56.86%40%-
XYZ6.3310.274.03-
YUV78.64108.45104.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.96%
GREEN value IS 102 (40.23% from 255) = 53.12%
BLUE value IS 44 (17.58% from 255) = 22.92%
R=23.96%
G=53.12%
B=22.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal46102440.5500.570.6117.9339.7328.63
Hex2E662C370393C76281d
Octal561465467071741665035
Binary10111011001101011001101110111001111100111011010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,102,44); }

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

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

 a { background-color: rgb(46,102,44); }

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

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

 span { border-color: rgb(46,102,44); }

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