Html Css Color HEX #2E5911 Palm Leaf

📋 copy color: '#2E5911'

red 46 ◦ green 89 ◦ blue 17

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

Shades of Palm Leaf #2E5911

Tints of Palm Leaf #2E5911

RGB

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

 GREEN value IS 89 (35.16% from 255) = 58.55%

 BLUE value IS 17 (7.03% from 255) = 11.18%

R = 30.26%
G = 58.55%
B = 11.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#2E5911 (or 0x2E5911) is known color: Palm Leaf. HEX triplet: 2E, 59 and 11. RGB value is (46,89,17). Sum of RGB (Red+Green+Blue) = 46+89+17=152 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.26% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #2E5911 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5911 is #D1A6EE. Grayscale: #444444. Windows color (decimal): -13739759 or 1136942. OLE color: 1136942.

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

Color convert

RGB 46 89 17 -
CMYK 0.48 0 0.81 0.65
HSL 95.83º 0.68% 0.21% -
HSV(B) 95.83º 0.81% 0.35% -
XYZ 4.8 7.77 1.78 -
YUV 67.94 99.25 112.35 -
System Red Green Blue C M Y K H S L
Decimal 46 89 17 0.48 0 0.81 0.65 95.83 0.68 0.21
Hex 2E 59 11 30 0 51 41 60 44 15
Octal 56 131 21 60 0 121 101 140 104 25
Binary 101110 1011001 10001 110000 0 1010001 1000001 1100000 1000100 10101

Color Harmonies of #2E5911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5911

Black with #2E5911

Text Example


Text Example

White with #2E5911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,89,17); }

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

background-color css

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

 a { background-color: rgb(46,89,17); }

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

border-color css

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

 span { border-color: rgb(46,89,17); }

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