Html Css Color HEX #2E442C Palm Leaf

📋 copy color: '#2E442C'

red 46 ◦ green 68 ◦ blue 44

#2E442C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #2E442C

Tints of Palm Leaf #2E442C

RGB

 RED value IS 46 (18.36% from 255) = 29.11%

 GREEN value IS 68 (26.95% from 255) = 43.04%

 BLUE value IS 44 (17.58% from 255) = 27.85%

R = 29.11%
G = 43.04%
B = 27.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#2E442C (or 0x2E442C) is known color: Palm Leaf. HEX triplet: 2E, 44 and 2C. RGB value is (46,68,44). Sum of RGB (Red+Green+Blue) = 46+68+44=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #2E442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E442C is #D1BBD3. Grayscale: #3A3A3A. Windows color (decimal): -13745108 or 2901038. OLE color: 2901038.

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

Color convert

RGB 46 68 44 -
CMYK 0.32 0 0.35 0.73
HSL 115º 0.21% 0.22% -
HSV(B) 115º 0.35% 0.27% -
XYZ 3.65 4.9 3.14 -
YUV 58.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 46 68 44 0.32 0 0.35 0.73 115 0.21 0.22
Hex 2E 44 2C 20 0 23 49 73 15 16
Octal 56 104 54 40 0 43 111 163 25 26
Binary 101110 1000100 101100 100000 0 100011 1001001 1110011 10101 10110

Color Harmonies of #2E442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E442C

Black with #2E442C

Text Example


Text Example

White with #2E442C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E442C;
 }
 .AnyTagClassName
 {
   color: #2E442C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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