Html Css Color HEX #2E482C Palm Leaf

📋 copy color: '#2E482C'

red 46 ◦ green 72 ◦ blue 44

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

Shades of Palm Leaf #2E482C

Tints of Palm Leaf #2E482C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 44.44%

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

R = 28.4%
G = 44.44%
B = 27.16%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#2E482C (or 0x2E482C) is known color: Palm Leaf. HEX triplet: 2E, 48 and 2C. RGB value is (46,72,44). Sum of RGB (Red+Green+Blue) = 46+72+44=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #2E482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E482C is #D1B7D3. Grayscale: #3D3D3D. Windows color (decimal): -13744084 or 2902062. OLE color: 2902062.

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

Color convert

RGB 46 72 44 -
CMYK 0.36 0 0.39 0.72
HSL 115.71º 0.24% 0.23% -
HSV(B) 115.71º 0.39% 0.28% -
XYZ 3.9 5.4 3.22 -
YUV 61.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 46 72 44 0.36 0 0.39 0.72 115.71 0.24 0.23
Hex 2E 48 2C 24 0 27 48 74 18 17
Octal 56 110 54 44 0 47 110 164 30 27
Binary 101110 1001000 101100 100100 0 100111 1001000 1110100 11000 10111

Color Harmonies of #2E482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E482C

Black with #2E482C

Text Example


Text Example

White with #2E482C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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