Html Css Color HEX #2E5414 Palm Leaf

📋 copy color: '#2E5414'

red 46 ◦ green 84 ◦ blue 20

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

Shades of Palm Leaf #2E5414

Tints of Palm Leaf #2E5414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 56%

 BLUE value IS 20 (8.2% from 255) = 13.33%

R = 30.67%
G = 56%
B = 13.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#2E5414 (or 0x2E5414) is known color: Palm Leaf. HEX triplet: 2E, 54 and 14. RGB value is (46,84,20). Sum of RGB (Red+Green+Blue) = 46+84+20=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 84 (33.20% from 255 or 56% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 84 - color contains mainly: green. Hex color #2E5414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5414 is #D1ABEB. Grayscale: #414141. Windows color (decimal): -13741036 or 1332270. OLE color: 1332270.

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

Color convert

RGB 46 84 20 -
CMYK 0.45 0 0.76 0.67
HSL 95.63º 0.62% 0.2% -
HSV(B) 95.63º 0.76% 0.33% -
XYZ 4.42 6.97 1.77 -
YUV 65.34 102.41 114.2 -
System Red Green Blue C M Y K H S L
Decimal 46 84 20 0.45 0 0.76 0.67 95.63 0.62 0.2
Hex 2E 54 14 2D 0 4C 43 60 3E 14
Octal 56 124 24 55 0 114 103 140 76 24
Binary 101110 1010100 10100 101101 0 1001100 1000011 1100000 111110 10100

Color Harmonies of #2E5414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5414

Black with #2E5414

Text Example


Text Example

White with #2E5414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,84,20); }

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

background-color css

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

 a { background-color: rgb(46,84,20); }

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

border-color css

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

 span { border-color: rgb(46,84,20); }

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