Html Css Color HEX #2E4422 Palm Leaf

📋 copy color: '#2E4422'

red 46 ◦ green 68 ◦ blue 34

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

Shades of Palm Leaf #2E4422

Tints of Palm Leaf #2E4422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.97%

R = 31.08%
G = 45.95%
B = 22.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#2E4422 (or 0x2E4422) is known color: Palm Leaf. HEX triplet: 2E, 44 and 22. RGB value is (46,68,34). Sum of RGB (Red+Green+Blue) = 46+68+34=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #2E4422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4422 is #D1BBDD. Grayscale: #393939. Windows color (decimal): -13745118 or 2245678. OLE color: 2245678.

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

Color convert

RGB 46 68 34 -
CMYK 0.32 0 0.50 0.73
HSL 98.82º 0.33% 0.2% -
HSV(B) 98.82º 0.5% 0.27% -
XYZ 3.48 4.83 2.26 -
YUV 57.55 114.71 119.76 -
System Red Green Blue C M Y K H S L
Decimal 46 68 34 0.32 0 0.50 0.73 98.82 0.33 0.2
Hex 2E 44 22 20 0 32 49 63 21 14
Octal 56 104 42 40 0 62 111 143 41 24
Binary 101110 1000100 100010 100000 0 110010 1001001 1100011 100001 10100

Color Harmonies of #2E4422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4422

Black with #2E4422

Text Example


Text Example

White with #2E4422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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