Html Css Color HEX #2E561C Palm Leaf

📋 copy color: '#2E561C'

red 46 ◦ green 86 ◦ blue 28

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

Shades of Palm Leaf #2E561C

Tints of Palm Leaf #2E561C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.5%

R = 28.75%
G = 53.75%
B = 17.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#2E561C (or 0x2E561C) is known color: Palm Leaf. HEX triplet: 2E, 56 and 1C. RGB value is (46,86,28). Sum of RGB (Red+Green+Blue) = 46+86+28=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 86 (33.98% from 255 or 53.75% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 86 - color contains mainly: green. Hex color #2E561C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E561C is #D1A9E3. Grayscale: #434343. Windows color (decimal): -13740516 or 1857070. OLE color: 1857070.

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

Color convert

RGB 46 86 28 -
CMYK 0.47 0 0.67 0.66
HSL 101.38º 0.51% 0.22% -
HSV(B) 101.38º 0.67% 0.34% -
XYZ 4.66 7.32 2.27 -
YUV 67.43 105.75 112.72 -
System Red Green Blue C M Y K H S L
Decimal 46 86 28 0.47 0 0.67 0.66 101.38 0.51 0.22
Hex 2E 56 1C 2F 0 43 42 65 33 16
Octal 56 126 34 57 0 103 102 145 63 26
Binary 101110 1010110 11100 101111 0 1000011 1000010 1100101 110011 10110

Color Harmonies of #2E561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E561C

Black with #2E561C

Text Example


Text Example

White with #2E561C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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