Html Css Color HEX #2E531F Palm Leaf

📋 copy color: '#2E531F'

red 46 ◦ green 83 ◦ blue 31

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

Shades of Palm Leaf #2E531F

Tints of Palm Leaf #2E531F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.38%

R = 28.75%
G = 51.88%
B = 19.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#2E531F (or 0x2E531F) is known color: Palm Leaf. HEX triplet: 2E, 53 and 1F. RGB value is (46,83,31). Sum of RGB (Red+Green+Blue) = 46+83+31=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #2E531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E531F is #D1ACE0. Grayscale: #424242. Windows color (decimal): -13741281 or 2052910. OLE color: 2052910.

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

Color convert

RGB 46 83 31 -
CMYK 0.45 0 0.63 0.67
HSL 102.69º 0.46% 0.22% -
HSV(B) 102.69º 0.63% 0.33% -
XYZ 4.47 6.87 2.39 -
YUV 66.01 108.24 113.73 -
System Red Green Blue C M Y K H S L
Decimal 46 83 31 0.45 0 0.63 0.67 102.69 0.46 0.22
Hex 2E 53 1F 2D 0 3F 43 67 2E 16
Octal 56 123 37 55 0 77 103 147 56 26
Binary 101110 1010011 11111 101101 0 111111 1000011 1100111 101110 10110

Color Harmonies of #2E531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E531F

Black with #2E531F

Text Example


Text Example

White with #2E531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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