Html Css Color HEX #2E531C Palm Leaf

📋 copy color: '#2E531C'

red 46 ◦ green 83 ◦ blue 28

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

Shades of Palm Leaf #2E531C

Tints of Palm Leaf #2E531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.87%

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

R = 29.3%
G = 52.87%
B = 17.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#2E531C (or 0x2E531C) is known color: Palm Leaf. HEX triplet: 2E, 53 and 1C. RGB value is (46,83,28). Sum of RGB (Red+Green+Blue) = 46+83+28=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #2E531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E531C is #D1ACE3. Grayscale: #414141. Windows color (decimal): -13741284 or 1856302. OLE color: 1856302.

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

Color convert

RGB 46 83 28 -
CMYK 0.45 0 0.66 0.67
HSL 100.36º 0.5% 0.22% -
HSV(B) 100.36º 0.66% 0.33% -
XYZ 4.43 6.85 2.19 -
YUV 65.67 106.74 113.97 -
System Red Green Blue C M Y K H S L
Decimal 46 83 28 0.45 0 0.66 0.67 100.36 0.5 0.22
Hex 2E 53 1C 2D 0 42 43 64 32 16
Octal 56 123 34 55 0 102 103 144 62 26
Binary 101110 1010011 11100 101101 0 1000010 1000011 1100100 110010 10110

Color Harmonies of #2E531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E531C

Black with #2E531C

Text Example


Text Example

White with #2E531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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