Html Css Color HEX #2E4025 Palm Leaf

📋 copy color: '#2E4025'

red 46 ◦ green 64 ◦ blue 37

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

Shades of Palm Leaf #2E4025

Tints of Palm Leaf #2E4025

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.54%

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

R = 31.29%
G = 43.54%
B = 25.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#2E4025 (or 0x2E4025) is known color: Palm Leaf. HEX triplet: 2E, 40 and 25. RGB value is (46,64,37). Sum of RGB (Red+Green+Blue) = 46+64+37=147 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.29% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #2E4025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4025 is #D1BFDA. Grayscale: #373737. Windows color (decimal): -13746139 or 2441262. OLE color: 2441262.

HSL color Cylindrical-coordinate representation of color #2E4025: hue angle of 100º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2E4025 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB 46 64 37 -
CMYK 0.28 0 0.42 0.75
HSL 100º 0.27% 0.2% -
HSV(B) 100º 0.42% 0.25% -
XYZ 3.29 4.38 2.42 -
YUV 55.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 46 64 37 0.28 0 0.42 0.75 100 0.27 0.2
Hex 2E 40 25 1C 0 2A 4B 64 1B 14
Octal 56 100 45 34 0 52 113 144 33 24
Binary 101110 1000000 100101 11100 0 101010 1001011 1100100 11011 10100

Color Harmonies of #2E4025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4025

Black with #2E4025

Text Example


Text Example

White with #2E4025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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