#2D541E

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

Shades of Palm Leaf #2D541E

Tints of Palm Leaf #2D541E

Color information

#2D541E (or 0x2D541E) is unknown color: approx Palm Leaf. HEX triplet: 2D, 54 and 1E. RGB value is (45,84,30). Sum of RGB (Red+Green+Blue) = 45+84+30=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #2D541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D541E is #D2ABE1. Grayscale: #424242. Windows color (decimal): -13806562 or 1987629. OLE color: 1987629.

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

Color convert

RGB458430-
CMYK0.4600.640.67
HSL103.33º47.37%22.35%-
HSV(B)103.33º64.29%32.94%-
XYZ4.496.992.34-
YUV66.18107.58112.89-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.30%
GREEN value IS 84 (33.20% from 255) = 52.83%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=28.30%
G=52.83%
B=18.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4584300.4600.640.67103.3347.3722.35
Hex2D541E2E04043672f16
Octal55124365601001031475726
Binary101101101010011110101110010000001000011110011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,84,30); }

 H1.HeaderClassName
 {
   color: #2D541E;
 }
 .AnyTagClassName
 {
   color: #2D541E;
 }
</style>
background-color css

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

 a { background-color: rgb(45,84,30); }

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

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

 span { border-color: rgb(45,84,30); }

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