Html Css Color HEX #2E482A Palm Leaf

📋 copy color: '#2E482A'

red 46 ◦ green 72 ◦ blue 42

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

Shades of Palm Leaf #2E482A

Tints of Palm Leaf #2E482A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45%

 BLUE value IS 42 (16.8% from 255) = 26.25%

R = 28.75%
G = 45%
B = 26.25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#2E482A (or 0x2E482A) is known color: Palm Leaf. HEX triplet: 2E, 48 and 2A. RGB value is (46,72,42). Sum of RGB (Red+Green+Blue) = 46+72+42=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 72 (28.52% from 255 or 45% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 72 - color contains mainly: green. Hex color #2E482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E482A is #D1B7D5. Grayscale: #3C3C3C. Windows color (decimal): -13744086 or 2770990. OLE color: 2770990.

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

Color convert

RGB 46 72 42 -
CMYK 0.36 0 0.42 0.72
HSL 112º 0.26% 0.22% -
HSV(B) 112º 0.42% 0.28% -
XYZ 3.86 5.38 3.03 -
YUV 60.81 117.39 117.44 -
System Red Green Blue C M Y K H S L
Decimal 46 72 42 0.36 0 0.42 0.72 112 0.26 0.22
Hex 2E 48 2A 24 0 2A 48 70 1A 16
Octal 56 110 52 44 0 52 110 160 32 26
Binary 101110 1001000 101010 100100 0 101010 1001000 1110000 11010 10110

Color Harmonies of #2E482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E482A

Black with #2E482A

Text Example


Text Example

White with #2E482A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,72,42); }

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

background-color css

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

 a { background-color: rgb(46,72,42); }

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

border-color css

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

 span { border-color: rgb(46,72,42); }

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