#2D571D

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

Shades of Palm Leaf #2D571D

Tints of Palm Leaf #2D571D

Color information

#2D571D (or 0x2D571D) is unknown color: approx Palm Leaf. HEX triplet: 2D, 57 and 1D. RGB value is (45,87,29). Sum of RGB (Red+Green+Blue) = 45+87+29=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 87 (34.38% from 255 or 54.04% from 161); Blue value is 29 (11.72% from 255 or 18.01% from 161); Max value from RGB is 87 - color contains mainly: green. Hex color #2D571D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D571D is #D2A8E2. Grayscale: #444444. Windows color (decimal): -13805795 or 1922861. OLE color: 1922861.

HSL color Cylindrical-coordinate representation of color #2D571D: hue angle of 103.45º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D571D is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB458729-
CMYK0.4800.670.66
HSL103.45º50%22.75%-
HSV(B)103.45º66.67%34.12%-
XYZ4.717.462.35-
YUV67.83106.09111.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.95%
GREEN value IS 87 (34.38% from 255) = 54.04%
BLUE value IS 29 (11.72% from 255) = 18.01%
R=27.95%
G=54.04%
B=18.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4587290.4800.670.66103.455022.75
Hex2D571D3004342673217
Octal55127356001031021476227
Binary101101101011111101110000010000111000010110011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D571D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,87,29); }

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

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

 a { background-color: rgb(45,87,29); }

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

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

 span { border-color: rgb(45,87,29); }

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