#2E6229

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

Shades of San Felix #2E6229

Tints of San Felix #2E6229

Color information

#2E6229 (or 0x2E6229) is unknown color: approx San Felix. HEX triplet: 2E, 62 and 29. RGB value is (46,98,41). Sum of RGB (Red+Green+Blue) = 46+98+41=185 (24% of max value = 765). Red value is 46 (18.36% from 255 or 24.86% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 41 (16.41% from 255 or 22.16% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #2E6229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6229 is #D19DD6. Grayscale: #4C4C4C. Windows color (decimal): -13737431 or 2712110. OLE color: 2712110.

HSL color Cylindrical-coordinate representation of color #2E6229: hue angle of 114.74º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E6229 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB469841-
CMYK0.5300.580.62
HSL114.74º41.01%27.25%-
HSV(B)114.74º58.16%38.43%-
XYZ5.899.483.62-
YUV75.95108.27106.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 24.86%
GREEN value IS 98 (38.67% from 255) = 52.97%
BLUE value IS 41 (16.41% from 255) = 22.16%
R=24.86%
G=52.97%
B=22.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4698410.5300.580.62114.7441.0127.25
Hex2E62293503A3E73291b
Octal561425165072761635133
Binary10111011000101010011101010111010111110111001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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