Html Css Color HEX #2E491F Palm Leaf

📋 copy color: '#2E491F'

red 46 ◦ green 73 ◦ blue 31

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

Shades of Palm Leaf #2E491F

Tints of Palm Leaf #2E491F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.67%

 BLUE value IS 31 (12.5% from 255) = 20.67%

R = 30.67%
G = 48.67%
B = 20.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#2E491F (or 0x2E491F) is known color: Palm Leaf. HEX triplet: 2E, 49 and 1F. RGB value is (46,73,31). Sum of RGB (Red+Green+Blue) = 46+73+31=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #2E491F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E491F is #D1B6E0. Grayscale: #3C3C3C. Windows color (decimal): -13743841 or 2050350. OLE color: 2050350.

HSL color Cylindrical-coordinate representation of color #2E491F: hue angle of 98.57º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E491F is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 73 31 -
CMYK 0.37 0 0.58 0.71
HSL 98.57º 0.4% 0.2% -
HSV(B) 98.57º 0.58% 0.29% -
XYZ 3.76 5.44 2.15 -
YUV 60.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 46 73 31 0.37 0 0.58 0.71 98.57 0.4 0.2
Hex 2E 49 1F 25 0 3A 47 63 28 14
Octal 56 111 37 45 0 72 107 143 50 24
Binary 101110 1001001 11111 100101 0 111010 1000111 1100011 101000 10100

Color Harmonies of #2E491F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E491F

Black with #2E491F

Text Example


Text Example

White with #2E491F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,73,31); }

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

background-color css

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

 a { background-color: rgb(46,73,31); }

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

border-color css

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

 span { border-color: rgb(46,73,31); }

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