Html Css Color HEX #2E5324 Palm Leaf

📋 copy color: '#2E5324'

red 46 ◦ green 83 ◦ blue 36

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

Shades of Palm Leaf #2E5324

Tints of Palm Leaf #2E5324

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50.3%

 BLUE value IS 36 (14.45% from 255) = 21.82%

R = 27.88%
G = 50.3%
B = 21.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.67

RGB Variations

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

Color information

#2E5324 (or 0x2E5324) is known color: Palm Leaf. HEX triplet: 2E, 53 and 24. RGB value is (46,83,36). Sum of RGB (Red+Green+Blue) = 46+83+36=165 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.88% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 36 (14.45% from 255 or 21.82% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5324 is #D1ACDB. Grayscale: #424242. Windows color (decimal): -13741276 or 2380590. OLE color: 2380590.

HSL color Cylindrical-coordinate representation of color #2E5324: hue angle of 107.23º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E5324 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 83 36 -
CMYK 0.45 0 0.57 0.67
HSL 107.23º 0.39% 0.23% -
HSV(B) 107.23º 0.57% 0.33% -
XYZ 4.54 6.89 2.76 -
YUV 66.58 110.74 113.32 -
System Red Green Blue C M Y K H S L
Decimal 46 83 36 0.45 0 0.57 0.67 107.23 0.39 0.23
Hex 2E 53 24 2D 0 39 43 6B 27 17
Octal 56 123 44 55 0 71 103 153 47 27
Binary 101110 1010011 100100 101101 0 111001 1000011 1101011 100111 10111

Color Harmonies of #2E5324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5324

Black with #2E5324

Text Example


Text Example

White with #2E5324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,83,36); }

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

background-color css

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

 a { background-color: rgb(46,83,36); }

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

border-color css

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

 span { border-color: rgb(46,83,36); }

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