Html Css Color HEX #2E4D26 Palm Leaf

📋 copy color: '#2E4D26'

red 46 ◦ green 77 ◦ blue 38

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

Shades of Palm Leaf #2E4D26

Tints of Palm Leaf #2E4D26

RGB

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

 GREEN value IS 77 (30.47% from 255) = 47.83%

 BLUE value IS 38 (15.23% from 255) = 23.6%

R = 28.57%
G = 47.83%
B = 23.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.51

 K value IS 0.70

RGB Variations

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

Color information

#2E4D26 (or 0x2E4D26) is known color: Palm Leaf. HEX triplet: 2E, 4D and 26. RGB value is (46,77,38). Sum of RGB (Red+Green+Blue) = 46+77+38=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #2E4D26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4D26 is #D1B2D9. Grayscale: #3F3F3F. Windows color (decimal): -13742810 or 2510126. OLE color: 2510126.

HSL color Cylindrical-coordinate representation of color #2E4D26: hue angle of 107.69º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E4D26 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.70.

Color convert

RGB 46 77 38 -
CMYK 0.40 0 0.51 0.70
HSL 107.69º 0.34% 0.23% -
HSV(B) 107.69º 0.51% 0.3% -
XYZ 4.13 6.03 2.78 -
YUV 63.29 113.73 115.67 -
System Red Green Blue C M Y K H S L
Decimal 46 77 38 0.40 0 0.51 0.70 107.69 0.34 0.23
Hex 2E 4D 26 28 0 33 46 6C 22 17
Octal 56 115 46 50 0 63 106 154 42 27
Binary 101110 1001101 100110 101000 0 110011 1000110 1101100 100010 10111

Color Harmonies of #2E4D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4D26

Black with #2E4D26

Text Example


Text Example

White with #2E4D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,77,38); }

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

background-color css

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

 a { background-color: rgb(46,77,38); }

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

border-color css

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

 span { border-color: rgb(46,77,38); }

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