Html Css Color HEX #2E4225 Palm Leaf

📋 copy color: '#2E4225'

red 46 ◦ green 66 ◦ blue 37

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

Shades of Palm Leaf #2E4225

Tints of Palm Leaf #2E4225

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.3%

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

R = 30.87%
G = 44.3%
B = 24.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#2E4225 (or 0x2E4225) is known color: Palm Leaf. HEX triplet: 2E, 42 and 25. RGB value is (46,66,37). Sum of RGB (Red+Green+Blue) = 46+66+37=149 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.87% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 66 - color contains mainly: green. Hex color #2E4225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4225 is #D1BDDA. Grayscale: #383838. Windows color (decimal): -13745627 or 2441774. OLE color: 2441774.

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

Color convert

RGB 46 66 37 -
CMYK 0.30 0 0.44 0.74
HSL 101.38º 0.28% 0.2% -
HSV(B) 101.38º 0.44% 0.26% -
XYZ 3.41 4.61 2.46 -
YUV 56.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 46 66 37 0.30 0 0.44 0.74 101.38 0.28 0.2
Hex 2E 42 25 1E 0 2C 4A 65 1C 14
Octal 56 102 45 36 0 54 112 145 34 24
Binary 101110 1000010 100101 11110 0 101100 1001010 1100101 11100 10100

Color Harmonies of #2E4225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4225

Black with #2E4225

Text Example


Text Example

White with #2E4225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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