Html Css Color HEX #2E5519 Palm Leaf

📋 copy color: '#2E5519'

red 46 ◦ green 85 ◦ blue 25

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

Shades of Palm Leaf #2E5519

Tints of Palm Leaf #2E5519

RGB

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

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

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

R = 29.49%
G = 54.49%
B = 16.03%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#2E5519 (or 0x2E5519) is known color: Palm Leaf. HEX triplet: 2E, 55 and 19. RGB value is (46,85,25). Sum of RGB (Red+Green+Blue) = 46+85+25=156 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.49% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5519 is #D1AAE6. Grayscale: #424242. Windows color (decimal): -13740775 or 1660206. OLE color: 1660206.

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

Color convert

RGB 46 85 25 -
CMYK 0.46 0 0.71 0.67
HSL 99º 0.55% 0.22% -
HSV(B) 99º 0.71% 0.33% -
XYZ 4.55 7.15 2.06 -
YUV 66.5 104.58 113.38 -
System Red Green Blue C M Y K H S L
Decimal 46 85 25 0.46 0 0.71 0.67 99 0.55 0.22
Hex 2E 55 19 2E 0 47 43 63 37 16
Octal 56 125 31 56 0 107 103 143 67 26
Binary 101110 1010101 11001 101110 0 1000111 1000011 1100011 110111 10110

Color Harmonies of #2E5519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5519

Black with #2E5519

Text Example


Text Example

White with #2E5519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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