#2E6D2A

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

Shades of San Felix #2E6D2A

Tints of San Felix #2E6D2A

Color information

#2E6D2A (or 0x2E6D2A) is unknown color: approx San Felix. HEX triplet: 2E, 6D and 2A. RGB value is (46,109,42). Sum of RGB (Red+Green+Blue) = 46+109+42=197 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.35% from 197); Green value is 109 (42.97% from 255 or 55.33% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 109 - color contains mainly: green. Hex color #2E6D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6D2A is #D192D5. Grayscale: #525252. Windows color (decimal): -13734614 or 2780462. OLE color: 2780462.

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

Color convert

RGB4610942-
CMYK0.5800.610.57
HSL116.42º44.37%29.61%-
HSV(B)116.42º61.47%42.75%-
XYZ7.0111.694.08-
YUV82.52105.13101.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.35%
GREEN value IS 109 (42.97% from 255) = 55.33%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=23.35%
G=55.33%
B=21.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal46109420.5800.610.57116.4244.3729.61
Hex2E6D2A3A03D39742c1e
Octal561555272075711645436
Binary10111011011011010101110100111101111001111010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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