Html Css Color HEX #2E481D Palm Leaf

📋 copy color: '#2E481D'

red 46 ◦ green 72 ◦ blue 29

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

Shades of Palm Leaf #2E481D

Tints of Palm Leaf #2E481D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.73%

R = 31.29%
G = 48.98%
B = 19.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#2E481D (or 0x2E481D) is known color: Palm Leaf. HEX triplet: 2E, 48 and 1D. RGB value is (46,72,29). Sum of RGB (Red+Green+Blue) = 46+72+29=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #2E481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E481D is #D1B7E2. Grayscale: #3B3B3B. Windows color (decimal): -13744099 or 1919022. OLE color: 1919022.

HSL color Cylindrical-coordinate representation of color #2E481D: hue angle of 96.28º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E481D is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 72 29 -
CMYK 0.36 0 0.60 0.72
HSL 96.28º 0.43% 0.2% -
HSV(B) 96.28º 0.6% 0.28% -
XYZ 3.67 5.3 1.99 -
YUV 59.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 46 72 29 0.36 0 0.60 0.72 96.28 0.43 0.2
Hex 2E 48 1D 24 0 3C 48 60 2B 14
Octal 56 110 35 44 0 74 110 140 53 24
Binary 101110 1001000 11101 100100 0 111100 1001000 1100000 101011 10100

Color Harmonies of #2E481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E481D

Black with #2E481D

Text Example


Text Example

White with #2E481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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