Html Css Color HEX #2E571A Palm Leaf

📋 copy color: '#2E571A'

red 46 ◦ green 87 ◦ blue 26

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

Shades of Palm Leaf #2E571A

Tints of Palm Leaf #2E571A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 54.72%

 BLUE value IS 26 (10.55% from 255) = 16.35%

R = 28.93%
G = 54.72%
B = 16.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.70

 K value IS 0.66

RGB Variations

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

Color information

#2E571A (or 0x2E571A) is known color: Palm Leaf. HEX triplet: 2E, 57 and 1A. RGB value is (46,87,26). Sum of RGB (Red+Green+Blue) = 46+87+26=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 87 (34.38% from 255 or 54.72% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 87 - color contains mainly: green. Hex color #2E571A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E571A is #D1A8E5. Grayscale: #434343. Windows color (decimal): -13740262 or 1726254. OLE color: 1726254.

HSL color Cylindrical-coordinate representation of color #2E571A: hue angle of 100.33º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E571A is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 46 87 26 -
CMYK 0.47 0 0.70 0.66
HSL 100.33º 0.54% 0.22% -
HSV(B) 100.33º 0.7% 0.34% -
XYZ 4.72 7.47 2.17 -
YUV 67.79 104.42 112.46 -
System Red Green Blue C M Y K H S L
Decimal 46 87 26 0.47 0 0.70 0.66 100.33 0.54 0.22
Hex 2E 57 1A 2F 0 46 42 64 36 16
Octal 56 127 32 57 0 106 102 144 66 26
Binary 101110 1010111 11010 101111 0 1000110 1000010 1100100 110110 10110

Color Harmonies of #2E571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E571A

Black with #2E571A

Text Example


Text Example

White with #2E571A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,87,26); }

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

background-color css

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

 a { background-color: rgb(46,87,26); }

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

border-color css

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

 span { border-color: rgb(46,87,26); }

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