Html Css Color HEX #2E5819 Palm Leaf

📋 copy color: '#2E5819'

red 46 ◦ green 88 ◦ blue 25

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

Shades of Palm Leaf #2E5819

Tints of Palm Leaf #2E5819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.72%

R = 28.93%
G = 55.35%
B = 15.72%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#2E5819 (or 0x2E5819) is known color: Palm Leaf. HEX triplet: 2E, 58 and 19. RGB value is (46,88,25). Sum of RGB (Red+Green+Blue) = 46+88+25=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 88 (34.77% from 255 or 55.35% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 88 - color contains mainly: green. Hex color #2E5819 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5819 is #D1A7E6. Grayscale: #444444. Windows color (decimal): -13740007 or 1660974. OLE color: 1660974.

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

Color convert

RGB 46 88 25 -
CMYK 0.48 0 0.72 0.65
HSL 100º 0.56% 0.22% -
HSV(B) 100º 0.72% 0.35% -
XYZ 4.79 7.63 2.14 -
YUV 68.26 103.59 112.12 -
System Red Green Blue C M Y K H S L
Decimal 46 88 25 0.48 0 0.72 0.65 100 0.56 0.22
Hex 2E 58 19 30 0 48 41 64 38 16
Octal 56 130 31 60 0 110 101 144 70 26
Binary 101110 1011000 11001 110000 0 1001000 1000001 1100100 111000 10110

Color Harmonies of #2E5819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5819

Black with #2E5819

Text Example


Text Example

White with #2E5819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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