#2E672D

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

Shades of San Felix #2E672D

Tints of San Felix #2E672D

Color information

#2E672D (or 0x2E672D) is unknown color: approx San Felix. HEX triplet: 2E, 67 and 2D. RGB value is (46,103,45). Sum of RGB (Red+Green+Blue) = 46+103+45=194 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.71% from 194); Green value is 103 (40.62% from 255 or 53.09% from 194); Blue value is 45 (17.97% from 255 or 23.20% from 194); Max value from RGB is 103 - color contains mainly: green. Hex color #2E672D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E672D is #D198D2. Grayscale: #4F4F4F. Windows color (decimal): -13736147 or 2975534. OLE color: 2975534.

HSL color Cylindrical-coordinate representation of color #2E672D: hue angle of 118.97º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E672D is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB4610345-
CMYK0.5500.560.60
HSL118.97º39.19%29.02%-
HSV(B)118.97º56.31%40.39%-
XYZ6.4510.474.16-
YUV79.34108.62104.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.71%
GREEN value IS 103 (40.62% from 255) = 53.09%
BLUE value IS 45 (17.97% from 255) = 23.20%
R=23.71%
G=53.09%
B=23.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal46103450.5500.560.60118.9739.1929.02
Hex2E672D370383C77271d
Octal561475567070741674735
Binary10111011001111011011101110111000111100111011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E672D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,103,45); }

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

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

 a { background-color: rgb(46,103,45); }

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

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

 span { border-color: rgb(46,103,45); }

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