#2D4029

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

Shades of Palm Leaf #2D4029

Tints of Palm Leaf #2D4029

Color information

#2D4029 (or 0x2D4029) is unknown color: approx Palm Leaf. HEX triplet: 2D, 40 and 29. RGB value is (45,64,41). Sum of RGB (Red+Green+Blue) = 45+64+41=150 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30% from 150); Green value is 64 (25.39% from 255 or 42.67% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 64 - color contains mainly: green. Hex color #2D4029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4029 is #D2BFD6. Grayscale: #373737. Windows color (decimal): -13811671 or 2703405. OLE color: 2703405.

HSL color Cylindrical-coordinate representation of color #2D4029: hue angle of 109.57º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2D4029 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB456441-
CMYK0.3000.360.75
HSL109.57º21.9%20.59%-
HSV(B)109.57º35.94%25.1%-
XYZ3.324.382.77-
YUV55.7119.71120.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30%
GREEN value IS 64 (25.39% from 255) = 42.67%
BLUE value IS 41 (16.41% from 255) = 27.33%
R=30%
G=42.67%
B=27.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4564410.3000.360.75109.5721.920.59
Hex2D40291E0244B6e1615
Octal5510051360441131562625
Binary1011011000000101001111100100100100101111011101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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