Html Css Color HEX #2E4423 Palm Leaf

📋 copy color: '#2E4423'

red 46 ◦ green 68 ◦ blue 35

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

Shades of Palm Leaf #2E4423

Tints of Palm Leaf #2E4423

RGB

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

 GREEN value IS 68 (26.95% from 255) = 45.64%

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

R = 30.87%
G = 45.64%
B = 23.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#2E4423 (or 0x2E4423) is known color: Palm Leaf. HEX triplet: 2E, 44 and 23. RGB value is (46,68,35). Sum of RGB (Red+Green+Blue) = 46+68+35=149 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.87% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #2E4423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4423 is #D1BBDC. Grayscale: #393939. Windows color (decimal): -13745117 or 2311214. OLE color: 2311214.

HSL color Cylindrical-coordinate representation of color #2E4423: hue angle of 100º degrees, saturation: 0.32, 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 #2E4423 is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 68 35 -
CMYK 0.32 0 0.49 0.73
HSL 100º 0.32% 0.2% -
HSV(B) 100º 0.49% 0.27% -
XYZ 3.5 4.84 2.34 -
YUV 57.66 115.21 119.68 -
System Red Green Blue C M Y K H S L
Decimal 46 68 35 0.32 0 0.49 0.73 100 0.32 0.2
Hex 2E 44 23 20 0 31 49 64 20 14
Octal 56 104 43 40 0 61 111 144 40 24
Binary 101110 1000100 100011 100000 0 110001 1001001 1100100 100000 10100

Color Harmonies of #2E4423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4423

Black with #2E4423

Text Example


Text Example

White with #2E4423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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