Html Css Color HEX #2E4325 Palm Leaf

📋 copy color: '#2E4325'

red 46 ◦ green 67 ◦ blue 37

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

Shades of Palm Leaf #2E4325

Tints of Palm Leaf #2E4325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 24.67%

R = 30.67%
G = 44.67%
B = 24.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#2E4325 (or 0x2E4325) is known color: Palm Leaf. HEX triplet: 2E, 43 and 25. RGB value is (46,67,37). Sum of RGB (Red+Green+Blue) = 46+67+37=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 67 - color contains mainly: green. Hex color #2E4325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4325 is #D1BCDA. Grayscale: #393939. Windows color (decimal): -13745371 or 2442030. OLE color: 2442030.

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

Color convert

RGB 46 67 37 -
CMYK 0.31 0 0.45 0.74
HSL 102º 0.29% 0.2% -
HSV(B) 102º 0.45% 0.26% -
XYZ 3.47 4.73 2.48 -
YUV 57.3 116.54 119.94 -
System Red Green Blue C M Y K H S L
Decimal 46 67 37 0.31 0 0.45 0.74 102 0.29 0.2
Hex 2E 43 25 1F 0 2D 4A 66 1D 14
Octal 56 103 45 37 0 55 112 146 35 24
Binary 101110 1000011 100101 11111 0 101101 1001010 1100110 11101 10100

Color Harmonies of #2E4325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4325

Black with #2E4325

Text Example


Text Example

White with #2E4325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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