Html Css Color HEX #2E511D Palm Leaf

📋 copy color: '#2E511D'

red 46 ◦ green 81 ◦ blue 29

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

Shades of Palm Leaf #2E511D

Tints of Palm Leaf #2E511D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.59%

R = 29.49%
G = 51.92%
B = 18.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#2E511D (or 0x2E511D) is known color: Palm Leaf. HEX triplet: 2E, 51 and 1D. RGB value is (46,81,29). Sum of RGB (Red+Green+Blue) = 46+81+29=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 29 (11.72% from 255 or 18.59% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #2E511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E511D is #D1AEE2. Grayscale: #404040. Windows color (decimal): -13741795 or 1921326. OLE color: 1921326.

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

Color convert

RGB 46 81 29 -
CMYK 0.43 0 0.64 0.68
HSL 100.38º 0.47% 0.22% -
HSV(B) 100.38º 0.64% 0.32% -
XYZ 4.29 6.55 2.2 -
YUV 64.61 107.9 114.73 -
System Red Green Blue C M Y K H S L
Decimal 46 81 29 0.43 0 0.64 0.68 100.38 0.47 0.22
Hex 2E 51 1D 2B 0 40 44 64 2F 16
Octal 56 121 35 53 0 100 104 144 57 26
Binary 101110 1010001 11101 101011 0 1000000 1000100 1100100 101111 10110

Color Harmonies of #2E511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E511D

Black with #2E511D

Text Example


Text Example

White with #2E511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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