Html Css Color HEX #2E492C Palm Leaf

📋 copy color: '#2E492C'

red 46 ◦ green 73 ◦ blue 44

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

Shades of Palm Leaf #2E492C

Tints of Palm Leaf #2E492C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 44.79%

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

R = 28.22%
G = 44.79%
B = 26.99%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#2E492C (or 0x2E492C) is known color: Palm Leaf. HEX triplet: 2E, 49 and 2C. RGB value is (46,73,44). Sum of RGB (Red+Green+Blue) = 46+73+44=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #2E492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E492C is #D1B6D3. Grayscale: #3D3D3D. Windows color (decimal): -13743828 or 2902318. OLE color: 2902318.

HSL color Cylindrical-coordinate representation of color #2E492C: hue angle of 115.86º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E492C is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 73 44 -
CMYK 0.37 0 0.40 0.71
HSL 115.86º 0.25% 0.23% -
HSV(B) 115.86º 0.4% 0.29% -
XYZ 3.96 5.53 3.24 -
YUV 61.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 46 73 44 0.37 0 0.40 0.71 115.86 0.25 0.23
Hex 2E 49 2C 25 0 28 47 74 19 17
Octal 56 111 54 45 0 50 107 164 31 27
Binary 101110 1001001 101100 100101 0 101000 1000111 1110100 11001 10111

Color Harmonies of #2E492C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E492C

Black with #2E492C

Text Example


Text Example

White with #2E492C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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