#2E6A2C

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

Shades of San Felix #2E6A2C

Tints of San Felix #2E6A2C

Color information

#2E6A2C (or 0x2E6A2C) is unknown color: approx San Felix. HEX triplet: 2E, 6A and 2C. RGB value is (46,106,44). Sum of RGB (Red+Green+Blue) = 46+106+44=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #2E6A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6A2C is #D195D3. Grayscale: #515151. Windows color (decimal): -13735380 or 2910766. OLE color: 2910766.

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

Color convert

RGB4610644-
CMYK0.5700.580.58
HSL118.06º41.33%29.41%-
HSV(B)118.06º58.49%41.57%-
XYZ6.7411.074.16-
YUV80.99107.12103.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.47%
GREEN value IS 106 (41.80% from 255) = 54.08%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=23.47%
G=54.08%
B=22.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal46106440.5700.580.58118.0641.3329.41
Hex2E6A2C3903A3A76291d
Octal561525471072721665135
Binary10111011010101011001110010111010111010111011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,106,44); }

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

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

 a { background-color: rgb(46,106,44); }

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

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

 span { border-color: rgb(46,106,44); }

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