#2E462D

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

Shades of Myrtle #2E462D

Tints of Myrtle #2E462D

Color information

#2E462D (or 0x2E462D) is unknown color: approx Myrtle. HEX triplet: 2E, 46 and 2D. RGB value is (46,70,45). Sum of RGB (Red+Green+Blue) = 46+70+45=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #2E462D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E462D is #D1B9D2. Grayscale: #3C3C3C. Windows color (decimal): -13744595 or 2967086. OLE color: 2967086.

HSL color Cylindrical-coordinate representation of color #2E462D: hue angle of 117.6º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E462D is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB467045-
CMYK0.3400.360.73
HSL117.6º21.74%22.55%-
HSV(B)117.6º35.71%27.45%-
XYZ3.795.153.28-
YUV59.97119.55118.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.57%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=28.57%
G=43.48%
B=27.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4670450.3400.360.73117.621.7422.55
Hex2E462D2202449761617
Octal5610655420441111662627
Binary10111010001101011011000100100100100100111101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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