Html Css Color HEX #2E581D Palm Leaf

📋 copy color: '#2E581D'

red 46 ◦ green 88 ◦ blue 29

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

Shades of Palm Leaf #2E581D

Tints of Palm Leaf #2E581D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.99%

 BLUE value IS 29 (11.72% from 255) = 17.79%

R = 28.22%
G = 53.99%
B = 17.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#2E581D (or 0x2E581D) is known color: Palm Leaf. HEX triplet: 2E, 58 and 1D. RGB value is (46,88,29). Sum of RGB (Red+Green+Blue) = 46+88+29=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #2E581D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E581D is #D1A7E2. Grayscale: #444444. Windows color (decimal): -13740003 or 1923118. OLE color: 1923118.

HSL color Cylindrical-coordinate representation of color #2E581D: hue angle of 102.71º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E581D is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 88 29 -
CMYK 0.48 0 0.67 0.65
HSL 102.71º 0.5% 0.23% -
HSV(B) 102.71º 0.67% 0.35% -
XYZ 4.84 7.65 2.38 -
YUV 68.72 105.59 111.8 -
System Red Green Blue C M Y K H S L
Decimal 46 88 29 0.48 0 0.67 0.65 102.71 0.5 0.23
Hex 2E 58 1D 30 0 43 41 67 32 17
Octal 56 130 35 60 0 103 101 147 62 27
Binary 101110 1011000 11101 110000 0 1000011 1000001 1100111 110010 10111

Color Harmonies of #2E581D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E581D

Black with #2E581D

Text Example


Text Example

White with #2E581D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,88,29); }

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

background-color css

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

 a { background-color: rgb(46,88,29); }

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

border-color css

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

 span { border-color: rgb(46,88,29); }

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