Html Css Color HEX #2E4523 Palm Leaf

📋 copy color: '#2E4523'

red 46 ◦ green 69 ◦ blue 35

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

Shades of Palm Leaf #2E4523

Tints of Palm Leaf #2E4523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.33%

R = 30.67%
G = 46%
B = 23.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#2E4523 (or 0x2E4523) is known color: Palm Leaf. HEX triplet: 2E, 45 and 23. RGB value is (46,69,35). Sum of RGB (Red+Green+Blue) = 46+69+35=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #2E4523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4523 is #D1BADC. Grayscale: #3A3A3A. Windows color (decimal): -13744861 or 2311470. OLE color: 2311470.

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

Color convert

RGB 46 69 35 -
CMYK 0.33 0 0.49 0.73
HSL 100.59º 0.33% 0.2% -
HSV(B) 100.59º 0.49% 0.27% -
XYZ 3.56 4.96 2.36 -
YUV 58.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 46 69 35 0.33 0 0.49 0.73 100.59 0.33 0.2
Hex 2E 45 23 21 0 31 49 65 21 14
Octal 56 105 43 41 0 61 111 145 41 24
Binary 101110 1000101 100011 100001 0 110001 1001001 1100101 100001 10100

Color Harmonies of #2E4523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4523

Black with #2E4523

Text Example


Text Example

White with #2E4523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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