Html Css Color HEX #2E5513 Palm Leaf

📋 copy color: '#2E5513'

red 46 ◦ green 85 ◦ blue 19

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

Shades of Palm Leaf #2E5513

Tints of Palm Leaf #2E5513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 56.67%

 BLUE value IS 19 (7.81% from 255) = 12.67%

R = 30.67%
G = 56.67%
B = 12.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#2E5513 (or 0x2E5513) is known color: Palm Leaf. HEX triplet: 2E, 55 and 13. RGB value is (46,85,19). Sum of RGB (Red+Green+Blue) = 46+85+19=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5513 is #D1AAEC. Grayscale: #424242. Windows color (decimal): -13740781 or 1266990. OLE color: 1266990.

HSL color Cylindrical-coordinate representation of color #2E5513: hue angle of 95.45º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E5513 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 85 19 -
CMYK 0.46 0 0.78 0.67
HSL 95.45º 0.63% 0.2% -
HSV(B) 95.45º 0.78% 0.33% -
XYZ 4.49 7.12 1.75 -
YUV 65.82 101.58 113.87 -
System Red Green Blue C M Y K H S L
Decimal 46 85 19 0.46 0 0.78 0.67 95.45 0.63 0.2
Hex 2E 55 13 2E 0 4E 43 5F 3F 14
Octal 56 125 23 56 0 116 103 137 77 24
Binary 101110 1010101 10011 101110 0 1001110 1000011 1011111 111111 10100

Color Harmonies of #2E5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5513

Black with #2E5513

Text Example


Text Example

White with #2E5513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,85,19); }

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

background-color css

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

 a { background-color: rgb(46,85,19); }

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

border-color css

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

 span { border-color: rgb(46,85,19); }

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