#2D3F29

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

Shades of Palm Leaf #2D3F29

Tints of Palm Leaf #2D3F29

Color information

#2D3F29 (or 0x2D3F29) is unknown color: approx Palm Leaf. HEX triplet: 2D, 3F and 29. RGB value is (45,63,41). Sum of RGB (Red+Green+Blue) = 45+63+41=149 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.20% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 63 - color contains mainly: green. Hex color #2D3F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3F29 is #D2C0D6. Grayscale: #373737. Windows color (decimal): -13811927 or 2703149. OLE color: 2703149.

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

Color convert

RGB456341-
CMYK0.2900.350.75
HSL109.09º21.15%20.39%-
HSV(B)109.09º34.92%24.71%-
XYZ3.264.272.75-
YUV55.11120.04120.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.20%
GREEN value IS 63 (25% from 255) = 42.28%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=30.20%
G=42.28%
B=27.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4563410.2900.350.75109.0921.1520.39
Hex2D3F291D0234B6d1514
Octal557751350431131552524
Binary101101111111101001111010100011100101111011011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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