Html Css Color HEX #2E4924 Palm Leaf

📋 copy color: '#2E4924'

red 46 ◦ green 73 ◦ blue 36

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

Shades of Palm Leaf #2E4924

Tints of Palm Leaf #2E4924

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.1%

 BLUE value IS 36 (14.45% from 255) = 23.23%

R = 29.68%
G = 47.1%
B = 23.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#2E4924 (or 0x2E4924) is known color: Palm Leaf. HEX triplet: 2E, 49 and 24. RGB value is (46,73,36). Sum of RGB (Red+Green+Blue) = 46+73+36=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 73 - color contains mainly: green. Hex color #2E4924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4924 is #D1B6DB. Grayscale: #3C3C3C. Windows color (decimal): -13743836 or 2378030. OLE color: 2378030.

HSL color Cylindrical-coordinate representation of color #2E4924: hue angle of 103.78º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2E4924 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 73 36 -
CMYK 0.37 0 0.51 0.71
HSL 103.78º 0.34% 0.21% -
HSV(B) 103.78º 0.51% 0.29% -
XYZ 3.83 5.47 2.52 -
YUV 60.71 114.05 117.51 -
System Red Green Blue C M Y K H S L
Decimal 46 73 36 0.37 0 0.51 0.71 103.78 0.34 0.21
Hex 2E 49 24 25 0 33 47 68 22 15
Octal 56 111 44 45 0 63 107 150 42 25
Binary 101110 1001001 100100 100101 0 110011 1000111 1101000 100010 10101

Color Harmonies of #2E4924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4924

Black with #2E4924

Text Example


Text Example

White with #2E4924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,73,36); }

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

background-color css

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

 a { background-color: rgb(46,73,36); }

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

border-color css

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

 span { border-color: rgb(46,73,36); }

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