Html Css Color HEX #2E4125 Palm Leaf

📋 copy color: '#2E4125'

red 46 ◦ green 65 ◦ blue 37

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

Shades of Palm Leaf #2E4125

Tints of Palm Leaf #2E4125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 43.92%

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

R = 31.08%
G = 43.92%
B = 25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.75

RGB Variations

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

Color information

#2E4125 (or 0x2E4125) is known color: Palm Leaf. HEX triplet: 2E, 41 and 25. RGB value is (46,65,37). Sum of RGB (Red+Green+Blue) = 46+65+37=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 65 (25.78% from 255 or 43.92% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 65 - color contains mainly: green. Hex color #2E4125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4125 is #D1BEDA. Grayscale: #383838. Windows color (decimal): -13745883 or 2441518. OLE color: 2441518.

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

Color convert

RGB 46 65 37 -
CMYK 0.29 0 0.43 0.75
HSL 100.71º 0.27% 0.2% -
HSV(B) 100.71º 0.43% 0.25% -
XYZ 3.35 4.5 2.44 -
YUV 56.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 46 65 37 0.29 0 0.43 0.75 100.71 0.27 0.2
Hex 2E 41 25 1D 0 2B 4B 65 1B 14
Octal 56 101 45 35 0 53 113 145 33 24
Binary 101110 1000001 100101 11101 0 101011 1001011 1100101 11011 10100

Color Harmonies of #2E4125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4125

Black with #2E4125

Text Example


Text Example

White with #2E4125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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