Html Css Color HEX #2E472C Palm Leaf

📋 copy color: '#2E472C'

red 46 ◦ green 71 ◦ blue 44

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

Shades of Palm Leaf #2E472C

Tints of Palm Leaf #2E472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.1%

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

R = 28.57%
G = 44.1%
B = 27.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#2E472C (or 0x2E472C) is known color: Palm Leaf. HEX triplet: 2E, 47 and 2C. RGB value is (46,71,44). Sum of RGB (Red+Green+Blue) = 46+71+44=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 71 - color contains mainly: green. Hex color #2E472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E472C is #D1B8D3. Grayscale: #3C3C3C. Windows color (decimal): -13744340 or 2901806. OLE color: 2901806.

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

Color convert

RGB 46 71 44 -
CMYK 0.35 0 0.38 0.72
HSL 115.56º 0.23% 0.23% -
HSV(B) 115.56º 0.38% 0.28% -
XYZ 3.83 5.27 3.2 -
YUV 60.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 46 71 44 0.35 0 0.38 0.72 115.56 0.23 0.23
Hex 2E 47 2C 23 0 26 48 74 17 17
Octal 56 107 54 43 0 46 110 164 27 27
Binary 101110 1000111 101100 100011 0 100110 1001000 1110100 10111 10111

Color Harmonies of #2E472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E472C

Black with #2E472C

Text Example


Text Example

White with #2E472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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