Html Css Color HEX #2E511A Palm Leaf

📋 copy color: '#2E511A'

red 46 ◦ green 81 ◦ blue 26

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

Shades of Palm Leaf #2E511A

Tints of Palm Leaf #2E511A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 52.94%

 BLUE value IS 26 (10.55% from 255) = 16.99%

R = 30.07%
G = 52.94%
B = 16.99%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#2E511A (or 0x2E511A) is known color: Palm Leaf. HEX triplet: 2E, 51 and 1A. RGB value is (46,81,26). Sum of RGB (Red+Green+Blue) = 46+81+26=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #2E511A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E511A is #D1AEE5. Grayscale: #404040. Windows color (decimal): -13741798 or 1724718. OLE color: 1724718.

HSL color Cylindrical-coordinate representation of color #2E511A: hue angle of 98.18º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E511A is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 46 81 26 -
CMYK 0.43 0 0.68 0.68
HSL 98.18º 0.51% 0.21% -
HSV(B) 98.18º 0.68% 0.32% -
XYZ 4.26 6.54 2.02 -
YUV 64.27 106.4 114.97 -
System Red Green Blue C M Y K H S L
Decimal 46 81 26 0.43 0 0.68 0.68 98.18 0.51 0.21
Hex 2E 51 1A 2B 0 44 44 62 33 15
Octal 56 121 32 53 0 104 104 142 63 25
Binary 101110 1010001 11010 101011 0 1000100 1000100 1100010 110011 10101

Color Harmonies of #2E511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E511A

Black with #2E511A

Text Example


Text Example

White with #2E511A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,81,26); }

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

background-color css

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

 a { background-color: rgb(46,81,26); }

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

border-color css

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

 span { border-color: rgb(46,81,26); }

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