#2D5329

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

Shades of Palm Leaf #2D5329

Tints of Palm Leaf #2D5329

Color information

#2D5329 (or 0x2D5329) is unknown color: approx Palm Leaf. HEX triplet: 2D, 53 and 29. RGB value is (45,83,41). Sum of RGB (Red+Green+Blue) = 45+83+41=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #2D5329 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5329 is #D2ACD6. Grayscale: #424242. Windows color (decimal): -13806807 or 2708269. OLE color: 2708269.

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

Color convert

RGB458341-
CMYK0.4600.510.67
HSL114.29º33.87%24.31%-
HSV(B)114.29º50.6%32.55%-
XYZ4.586.93.19-
YUV66.85113.41112.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.63%
GREEN value IS 83 (32.81% from 255) = 49.11%
BLUE value IS 41 (16.41% from 255) = 24.26%
R=26.63%
G=49.11%
B=24.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4583410.4600.510.67114.2933.8724.31
Hex2D53292E03343722218
Octal5512351560631031624230
Binary101101101001110100110111001100111000011111001010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,83,41); }

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

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

 a { background-color: rgb(45,83,41); }

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

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

 span { border-color: rgb(45,83,41); }

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