Html Css Color HEX #2E511C Palm Leaf

📋 copy color: '#2E511C'

red 46 ◦ green 81 ◦ blue 28

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

Shades of Palm Leaf #2E511C

Tints of Palm Leaf #2E511C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 18.06%

R = 29.68%
G = 52.26%
B = 18.06%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#2E511C (or 0x2E511C) is known color: Palm Leaf. HEX triplet: 2E, 51 and 1C. RGB value is (46,81,28). Sum of RGB (Red+Green+Blue) = 46+81+28=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 28 (11.33% from 255 or 18.06% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #2E511C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E511C is #D1AEE3. Grayscale: #404040. Windows color (decimal): -13741796 or 1855790. OLE color: 1855790.

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

Color convert

RGB 46 81 28 -
CMYK 0.43 0 0.65 0.68
HSL 99.62º 0.49% 0.21% -
HSV(B) 99.62º 0.65% 0.32% -
XYZ 4.28 6.55 2.14 -
YUV 64.49 107.4 114.81 -
System Red Green Blue C M Y K H S L
Decimal 46 81 28 0.43 0 0.65 0.68 99.62 0.49 0.21
Hex 2E 51 1C 2B 0 41 44 64 31 15
Octal 56 121 34 53 0 101 104 144 61 25
Binary 101110 1010001 11100 101011 0 1000001 1000100 1100100 110001 10101

Color Harmonies of #2E511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E511C

Black with #2E511C

Text Example


Text Example

White with #2E511C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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