#2E6D29

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

Shades of San Felix #2E6D29

Tints of San Felix #2E6D29

Color information

#2E6D29 (or 0x2E6D29) is unknown color: approx San Felix. HEX triplet: 2E, 6D and 29. RGB value is (46,109,41). Sum of RGB (Red+Green+Blue) = 46+109+41=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 109 (42.97% from 255 or 55.61% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6D29 is #D192D6. Grayscale: #525252. Windows color (decimal): -13734615 or 2714926. OLE color: 2714926.

HSL color Cylindrical-coordinate representation of color #2E6D29: hue angle of 115.59º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E6D29 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.57.

Color convert

RGB4610941-
CMYK0.5800.620.57
HSL115.59º45.33%29.41%-
HSV(B)115.59º62.39%42.75%-
XYZ711.683.98-
YUV82.41104.63102.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.47%
GREEN value IS 109 (42.97% from 255) = 55.61%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=23.47%
G=55.61%
B=20.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46109410.5800.620.57115.5945.3329.41
Hex2E6D293A03E39742d1d
Octal561555172076711645535
Binary10111011011011010011110100111110111001111010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,109,41); }

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

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

 a { background-color: rgb(46,109,41); }

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

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

 span { border-color: rgb(46,109,41); }

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