Html Css Color HEX #2E512A Palm Leaf

📋 copy color: '#2E512A'

red 46 ◦ green 81 ◦ blue 42

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

Shades of Palm Leaf #2E512A

Tints of Palm Leaf #2E512A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 47.93%

 BLUE value IS 42 (16.8% from 255) = 24.85%

R = 27.22%
G = 47.93%
B = 24.85%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#2E512A (or 0x2E512A) is known color: Palm Leaf. HEX triplet: 2E, 51 and 2A. RGB value is (46,81,42). Sum of RGB (Red+Green+Blue) = 46+81+42=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 42 (16.80% from 255 or 24.85% from 169); Max value from RGB is 81 - color contains mainly: green. Hex color #2E512A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E512A is #D1AED5. Grayscale: #424242. Windows color (decimal): -13741782 or 2773294. OLE color: 2773294.

HSL color Cylindrical-coordinate representation of color #2E512A: hue angle of 113.85º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E512A is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 46 81 42 -
CMYK 0.43 0 0.48 0.68
HSL 113.85º 0.32% 0.24% -
HSV(B) 113.85º 0.48% 0.32% -
XYZ 4.49 6.63 3.23 -
YUV 66.09 114.4 113.67 -
System Red Green Blue C M Y K H S L
Decimal 46 81 42 0.43 0 0.48 0.68 113.85 0.32 0.24
Hex 2E 51 2A 2B 0 30 44 72 20 18
Octal 56 121 52 53 0 60 104 162 40 30
Binary 101110 1010001 101010 101011 0 110000 1000100 1110010 100000 11000

Color Harmonies of #2E512A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E512A

Black with #2E512A

Text Example


Text Example

White with #2E512A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,81,42); }

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

background-color css

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

 a { background-color: rgb(46,81,42); }

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

border-color css

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

 span { border-color: rgb(46,81,42); }

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