Html Css Color HEX #2E4D1F Palm Leaf

📋 copy color: '#2E4D1F'

red 46 ◦ green 77 ◦ blue 31

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

Shades of Palm Leaf #2E4D1F

Tints of Palm Leaf #2E4D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 50%

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

R = 29.87%
G = 50%
B = 20.13%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.60

 K value IS 0.70

RGB Variations

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

Color information

#2E4D1F (or 0x2E4D1F) is known color: Palm Leaf. HEX triplet: 2E, 4D and 1F. RGB value is (46,77,31). Sum of RGB (Red+Green+Blue) = 46+77+31=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 77 (30.47% from 255 or 50% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 77 - color contains mainly: green. Hex color #2E4D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E4D1F is #D1B2E0. Grayscale: #3E3E3E. Windows color (decimal): -13742817 or 2051374. OLE color: 2051374.

HSL color Cylindrical-coordinate representation of color #2E4D1F: hue angle of 100.43º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E4D1F is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB 46 77 31 -
CMYK 0.40 0 0.60 0.70
HSL 100.43º 0.43% 0.21% -
HSV(B) 100.43º 0.6% 0.3% -
XYZ 4.03 5.99 2.24 -
YUV 62.49 110.23 116.24 -
System Red Green Blue C M Y K H S L
Decimal 46 77 31 0.40 0 0.60 0.70 100.43 0.43 0.21
Hex 2E 4D 1F 28 0 3C 46 64 2B 15
Octal 56 115 37 50 0 74 106 144 53 25
Binary 101110 1001101 11111 101000 0 111100 1000110 1100100 101011 10101

Color Harmonies of #2E4D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4D1F

Black with #2E4D1F

Text Example


Text Example

White with #2E4D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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