Html Css Color HEX #2E3F29 Palm Leaf

📋 copy color: '#2E3F29'

red 46 ◦ green 63 ◦ blue 41

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

Shades of Palm Leaf #2E3F29

Tints of Palm Leaf #2E3F29

RGB

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

 GREEN value IS 63 (25% from 255) = 42%

 BLUE value IS 41 (16.41% from 255) = 27.33%

R = 30.67%
G = 42%
B = 27.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#2E3F29 (or 0x2E3F29) is known color: Palm Leaf. HEX triplet: 2E, 3F and 29. RGB value is (46,63,41). Sum of RGB (Red+Green+Blue) = 46+63+41=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 63 (25% from 255 or 42% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 63 - color contains mainly: green. Hex color #2E3F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3F29 is #D1C0D6. Grayscale: #373737. Windows color (decimal): -13746391 or 2703150. OLE color: 2703150.

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

Color convert

RGB 46 63 41 -
CMYK 0.27 0 0.35 0.75
HSL 106.36º 0.21% 0.2% -
HSV(B) 106.36º 0.35% 0.25% -
XYZ 3.3 4.3 2.75 -
YUV 55.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 46 63 41 0.27 0 0.35 0.75 106.36 0.21 0.2
Hex 2E 3F 29 1B 0 23 4B 6A 15 14
Octal 56 77 51 33 0 43 113 152 25 24
Binary 101110 111111 101001 11011 0 100011 1001011 1101010 10101 10100

Color Harmonies of #2E3F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3F29

Black with #2E3F29

Text Example


Text Example

White with #2E3F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,63,41); }

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

background-color css

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

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

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

border-color css

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

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

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