#2E6D36

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

Shades of San Felix #2E6D36

Tints of San Felix #2E6D36

Color information

#2E6D36 (or 0x2E6D36) is unknown color: approx San Felix. HEX triplet: 2E, 6D and 36. RGB value is (46,109,54). Sum of RGB (Red+Green+Blue) = 46+109+54=209 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.01% from 209); Green value is 109 (42.97% from 255 or 52.15% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6D36 is #D192C9. Grayscale: #545454. Windows color (decimal): -13734602 or 3566894. OLE color: 3566894.

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

Color convert

RGB4610954-
CMYK0.5800.500.57
HSL127.62º40.65%30.39%-
HSV(B)127.62º57.8%42.75%-
XYZ7.2611.785.38-
YUV83.89111.13100.97-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.01%
GREEN value IS 109 (42.97% from 255) = 52.15%
BLUE value IS 54 (21.48% from 255) = 25.84%
R=22.01%
G=52.15%
B=25.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46109540.5800.500.57127.6240.6530.39
Hex2E6D363A0323980291e
Octal561556672062712005136
Binary101110110110111011011101001100101110011000000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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