Html Css Color HEX #2E5424 Palm Leaf

📋 copy color: '#2E5424'

red 46 ◦ green 84 ◦ blue 36

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

Shades of Palm Leaf #2E5424

Tints of Palm Leaf #2E5424

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.6%

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

R = 27.71%
G = 50.6%
B = 21.69%

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

#2E5424 (or 0x2E5424) is known color: Palm Leaf. HEX triplet: 2E, 54 and 24. RGB value is (46,84,36). Sum of RGB (Red+Green+Blue) = 46+84+36=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #2E5424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5424 is #D1ABDB. Grayscale: #434343. Windows color (decimal): -13741020 or 2380846. OLE color: 2380846.

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

Color convert

RGB 46 84 36 -
CMYK 0.45 0 0.57 0.67
HSL 107.5º 0.4% 0.24% -
HSV(B) 107.5º 0.57% 0.33% -
XYZ 4.62 7.05 2.79 -
YUV 67.17 110.41 112.9 -
System Red Green Blue C M Y K H S L
Decimal 46 84 36 0.45 0 0.57 0.67 107.5 0.4 0.24
Hex 2E 54 24 2D 0 39 43 6C 28 18
Octal 56 124 44 55 0 71 103 154 50 30
Binary 101110 1010100 100100 101101 0 111001 1000011 1101100 101000 11000

Color Harmonies of #2E5424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5424

Black with #2E5424

Text Example


Text Example

White with #2E5424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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