Html Css Color HEX #2E5320 Palm Leaf

📋 copy color: '#2E5320'

red 46 ◦ green 83 ◦ blue 32

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

Shades of Palm Leaf #2E5320

Tints of Palm Leaf #2E5320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 19.88%

R = 28.57%
G = 51.55%
B = 19.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#2E5320 (or 0x2E5320) is known color: Palm Leaf. HEX triplet: 2E, 53 and 20. RGB value is (46,83,32). Sum of RGB (Red+Green+Blue) = 46+83+32=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #2E5320 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5320 is #D1ACDF. Grayscale: #424242. Windows color (decimal): -13741280 or 2118446. OLE color: 2118446.

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

Color convert

RGB 46 83 32 -
CMYK 0.45 0 0.61 0.67
HSL 103.53º 0.44% 0.23% -
HSV(B) 103.53º 0.61% 0.33% -
XYZ 4.48 6.87 2.46 -
YUV 66.12 108.74 113.65 -
System Red Green Blue C M Y K H S L
Decimal 46 83 32 0.45 0 0.61 0.67 103.53 0.44 0.23
Hex 2E 53 20 2D 0 3D 43 68 2C 17
Octal 56 123 40 55 0 75 103 150 54 27
Binary 101110 1010011 100000 101101 0 111101 1000011 1101000 101100 10111

Color Harmonies of #2E5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5320

Black with #2E5320

Text Example


Text Example

White with #2E5320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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