Html Css Color HEX #2E4524 Palm Leaf

📋 copy color: '#2E4524'

red 46 ◦ green 69 ◦ blue 36

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

Shades of Palm Leaf #2E4524

Tints of Palm Leaf #2E4524

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.7%

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

R = 30.46%
G = 45.7%
B = 23.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#2E4524 (or 0x2E4524) is known color: Palm Leaf. HEX triplet: 2E, 45 and 24. RGB value is (46,69,36). Sum of RGB (Red+Green+Blue) = 46+69+36=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #2E4524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4524 is #D1BADB. Grayscale: #3A3A3A. Windows color (decimal): -13744860 or 2377006. OLE color: 2377006.

HSL color Cylindrical-coordinate representation of color #2E4524: hue angle of 101.82º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E4524 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 69 36 -
CMYK 0.33 0 0.48 0.73
HSL 101.82º 0.31% 0.21% -
HSV(B) 101.82º 0.48% 0.27% -
XYZ 3.57 4.96 2.44 -
YUV 58.36 115.38 119.18 -
System Red Green Blue C M Y K H S L
Decimal 46 69 36 0.33 0 0.48 0.73 101.82 0.31 0.21
Hex 2E 45 24 21 0 30 49 66 1F 15
Octal 56 105 44 41 0 60 111 146 37 25
Binary 101110 1000101 100100 100001 0 110000 1001001 1100110 11111 10101

Color Harmonies of #2E4524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4524

Black with #2E4524

Text Example


Text Example

White with #2E4524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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