#2E6F2C

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

Shades of San Felix #2E6F2C

Tints of San Felix #2E6F2C

Color information

#2E6F2C (or 0x2E6F2C) is unknown color: approx San Felix. HEX triplet: 2E, 6F and 2C. RGB value is (46,111,44). Sum of RGB (Red+Green+Blue) = 46+111+44=201 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.89% from 201); Green value is 111 (43.75% from 255 or 55.22% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 111 - color contains mainly: green. Hex color #2E6F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6F2C is #D190D3. Grayscale: #545454. Windows color (decimal): -13734100 or 2912046. OLE color: 2912046.

HSL color Cylindrical-coordinate representation of color #2E6F2C: hue angle of 118.21º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E6F2C is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB4611144-
CMYK0.5900.600.56
HSL118.21º43.23%30.39%-
HSV(B)118.21º60.36%43.53%-
XYZ7.2712.134.34-
YUV83.93105.47100.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 22.89%
GREEN value IS 111 (43.75% from 255) = 55.22%
BLUE value IS 44 (17.58% from 255) = 21.89%
R=22.89%
G=55.22%
B=21.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46111440.5900.600.56118.2143.2330.39
Hex2E6F2C3B03C38762b1e
Octal561575473074701665336
Binary10111011011111011001110110111100111000111011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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