#2E472D

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

Shades of Myrtle #2E472D

Tints of Myrtle #2E472D

Color information

#2E472D (or 0x2E472D) is unknown color: approx Myrtle. HEX triplet: 2E, 47 and 2D. RGB value is (46,71,45). Sum of RGB (Red+Green+Blue) = 46+71+45=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 71 (28.12% from 255 or 43.83% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 71 - color contains mainly: green. Hex color #2E472D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E472D is #D1B8D2. Grayscale: #3C3C3C. Windows color (decimal): -13744339 or 2967342. OLE color: 2967342.

HSL color Cylindrical-coordinate representation of color #2E472D: hue angle of 117.69º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E472D is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB467145-
CMYK0.3500.370.72
HSL117.69º22.41%22.75%-
HSV(B)117.69º36.62%27.84%-
XYZ3.855.283.3-
YUV60.56119.22117.61-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.40%
GREEN value IS 71 (28.12% from 255) = 43.83%
BLUE value IS 45 (17.97% from 255) = 27.78%
R=28.40%
G=43.83%
B=27.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4671450.3500.370.72117.6922.4122.75
Hex2E472D2302548761617
Octal5610755430451101662627
Binary10111010001111011011000110100101100100011101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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