#2E442E

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

Shades of Myrtle #2E442E

Tints of Myrtle #2E442E

Color information

#2E442E (or 0x2E442E) is unknown color: approx Myrtle. HEX triplet: 2E, 44 and 2E. RGB value is (46,68,46). Sum of RGB (Red+Green+Blue) = 46+68+46=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 68 - color contains mainly: green. Hex color #2E442E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E442E is #D1BBD1. Grayscale: #3A3A3A. Windows color (decimal): -13745106 or 3032110. OLE color: 3032110.

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

Color convert

RGB466846-
CMYK0.3200.320.73
HSL120º19.3%22.35%-
HSV(B)120º32.35%26.67%-
XYZ3.694.913.34-
YUV58.91120.71118.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.75%
GREEN value IS 68 (26.95% from 255) = 42.5%
BLUE value IS 46 (18.36% from 255) = 28.75%
R=28.75%
G=42.5%
B=28.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4668460.3200.320.7312019.322.35
Hex2E442E2002049781316
Octal5610456400401111702326
Binary10111010001001011101000000100000100100111110001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,68,46); }

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

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

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

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

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

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

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