Html Css Color HEX #2E5918 Palm Leaf

📋 copy color: '#2E5918'

red 46 ◦ green 89 ◦ blue 24

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

Shades of Palm Leaf #2E5918

Tints of Palm Leaf #2E5918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 15.09%

R = 28.93%
G = 55.97%
B = 15.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#2E5918 (or 0x2E5918) is known color: Palm Leaf. HEX triplet: 2E, 59 and 18. RGB value is (46,89,24). Sum of RGB (Red+Green+Blue) = 46+89+24=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 89 (35.16% from 255 or 55.97% from 159); Blue value is 24 (9.77% from 255 or 15.09% from 159); Max value from RGB is 89 - color contains mainly: green. Hex color #2E5918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5918 is #D1A6E7. Grayscale: #444444. Windows color (decimal): -13739752 or 1595694. OLE color: 1595694.

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

Color convert

RGB 46 89 24 -
CMYK 0.48 0 0.73 0.65
HSL 99.69º 0.58% 0.22% -
HSV(B) 99.69º 0.73% 0.35% -
XYZ 4.86 7.79 2.11 -
YUV 68.73 102.75 111.79 -
System Red Green Blue C M Y K H S L
Decimal 46 89 24 0.48 0 0.73 0.65 99.69 0.58 0.22
Hex 2E 59 18 30 0 49 41 64 3A 16
Octal 56 131 30 60 0 111 101 144 72 26
Binary 101110 1011001 11000 110000 0 1001001 1000001 1100100 111010 10110

Color Harmonies of #2E5918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5918

Black with #2E5918

Text Example


Text Example

White with #2E5918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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