Html Css Color HEX #2E4326 Palm Leaf

📋 copy color: '#2E4326'

red 46 ◦ green 67 ◦ blue 38

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

Shades of Palm Leaf #2E4326

Tints of Palm Leaf #2E4326

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.37%

 BLUE value IS 38 (15.23% from 255) = 25.17%

R = 30.46%
G = 44.37%
B = 25.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.74

RGB Variations

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

Color information

#2E4326 (or 0x2E4326) is known color: Palm Leaf. HEX triplet: 2E, 43 and 26. RGB value is (46,67,38). Sum of RGB (Red+Green+Blue) = 46+67+38=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 67 - color contains mainly: green. Hex color #2E4326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4326 is #D1BCD9. Grayscale: #393939. Windows color (decimal): -13745370 or 2507566. OLE color: 2507566.

HSL color Cylindrical-coordinate representation of color #2E4326: hue angle of 103.45º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E4326 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.74.

Color convert

RGB 46 67 38 -
CMYK 0.31 0 0.43 0.74
HSL 103.45º 0.28% 0.21% -
HSV(B) 103.45º 0.43% 0.26% -
XYZ 3.48 4.74 2.56 -
YUV 57.42 117.04 119.86 -
System Red Green Blue C M Y K H S L
Decimal 46 67 38 0.31 0 0.43 0.74 103.45 0.28 0.21
Hex 2E 43 26 1F 0 2B 4A 67 1C 15
Octal 56 103 46 37 0 53 112 147 34 25
Binary 101110 1000011 100110 11111 0 101011 1001010 1100111 11100 10101

Color Harmonies of #2E4326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4326

Black with #2E4326

Text Example


Text Example

White with #2E4326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,67,38); }

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

background-color css

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

 a { background-color: rgb(46,67,38); }

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

border-color css

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

 span { border-color: rgb(46,67,38); }

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