Html Css Color HEX #2E561A Palm Leaf

📋 copy color: '#2E561A'

red 46 ◦ green 86 ◦ blue 26

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

Shades of Palm Leaf #2E561A

Tints of Palm Leaf #2E561A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 54.43%

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

R = 29.11%
G = 54.43%
B = 16.46%

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

#2E561A (or 0x2E561A) is known color: Palm Leaf. HEX triplet: 2E, 56 and 1A. RGB value is (46,86,26). Sum of RGB (Red+Green+Blue) = 46+86+26=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 86 (33.98% from 255 or 54.43% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 86 - color contains mainly: green. Hex color #2E561A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E561A is #D1A9E5. Grayscale: #434343. Windows color (decimal): -13740518 or 1725998. OLE color: 1725998.

HSL color Cylindrical-coordinate representation of color #2E561A: hue angle of 100º 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 #2E561A is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB 46 86 26 -
CMYK 0.47 0 0.70 0.66
HSL 100º 0.54% 0.22% -
HSV(B) 100º 0.7% 0.34% -
XYZ 4.64 7.31 2.14 -
YUV 67.2 104.75 112.88 -
System Red Green Blue C M Y K H S L
Decimal 46 86 26 0.47 0 0.70 0.66 100 0.54 0.22
Hex 2E 56 1A 2F 0 46 42 64 36 16
Octal 56 126 32 57 0 106 102 144 66 26
Binary 101110 1010110 11010 101111 0 1000110 1000010 1100100 110110 10110

Color Harmonies of #2E561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E561A

Black with #2E561A

Text Example


Text Example

White with #2E561A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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