Html Css Color HEX #2E4029 Palm Leaf

📋 copy color: '#2E4029'

red 46 ◦ green 64 ◦ blue 41

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

Shades of Palm Leaf #2E4029

Tints of Palm Leaf #2E4029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 42.38%

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

R = 30.46%
G = 42.38%
B = 27.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#2E4029 (or 0x2E4029) is known color: Palm Leaf. HEX triplet: 2E, 40 and 29. RGB value is (46,64,41). Sum of RGB (Red+Green+Blue) = 46+64+41=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 64 (25.39% from 255 or 42.38% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4029 is #D1BFD6. Grayscale: #383838. Windows color (decimal): -13746135 or 2703406. OLE color: 2703406.

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

Color convert

RGB 46 64 41 -
CMYK 0.28 0 0.36 0.75
HSL 106.96º 0.22% 0.21% -
HSV(B) 106.96º 0.36% 0.25% -
XYZ 3.36 4.41 2.77 -
YUV 56 119.54 120.87 -
System Red Green Blue C M Y K H S L
Decimal 46 64 41 0.28 0 0.36 0.75 106.96 0.22 0.21
Hex 2E 40 29 1C 0 24 4B 6B 16 15
Octal 56 100 51 34 0 44 113 153 26 25
Binary 101110 1000000 101001 11100 0 100100 1001011 1101011 10110 10101

Color Harmonies of #2E4029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4029

Black with #2E4029

Text Example


Text Example

White with #2E4029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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