#2E512A

Color #2E512A Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #2E512A

Tints of Palm Leaf #2E512A

Color information

#2E512A (or 0x2E512A) is unknown color: approx 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

RGB468142-
CMYK0.4300.480.68
HSL113.85º31.71%24.12%-
HSV(B)113.85º48.15%31.76%-
XYZ4.496.633.23-
YUV66.09114.4113.67-

RGB Variations

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

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.80% from 255) = 24.85%
R=27.22%
G=47.93%
B=24.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4681420.4300.480.68113.8531.7124.12
Hex2E512A2B03044722018
Octal5612152530601041624030
Binary101110101000110101010101101100001000100111001010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>