#2E6939

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

Shades of San Felix #2E6939

Tints of San Felix #2E6939

Color information

#2E6939 (or 0x2E6939) is unknown color: approx San Felix. HEX triplet: 2E, 69 and 39. RGB value is (46,105,57). Sum of RGB (Red+Green+Blue) = 46+105+57=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #2E6939 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6939 is #D196C6. Grayscale: #525252. Windows color (decimal): -13735623 or 3762478. OLE color: 3762478.

HSL color Cylindrical-coordinate representation of color #2E6939: hue angle of 131.19º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E6939 is Cyan = 0.56, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB4610557-
CMYK0.5600.460.59
HSL131.19º39.07%29.61%-
HSV(B)131.19º56.19%41.18%-
XYZ6.9210.985.63-
YUV81.89113.95102.4-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.12%
GREEN value IS 105 (41.41% from 255) = 50.48%
BLUE value IS 57 (22.66% from 255) = 27.40%
R=22.12%
G=50.48%
B=27.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal46105570.5600.460.59131.1939.0729.61
Hex2E69393802E3B83271e
Octal561517170056732034736
Binary101110110100111100111100001011101110111000001110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,105,57); }

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

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

 a { background-color: rgb(46,105,57); }

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

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

 span { border-color: rgb(46,105,57); }

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