#2D5421

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

Shades of Palm Leaf #2D5421

Tints of Palm Leaf #2D5421

Color information

#2D5421 (or 0x2D5421) is unknown color: approx Palm Leaf. HEX triplet: 2D, 54 and 21. RGB value is (45,84,33). Sum of RGB (Red+Green+Blue) = 45+84+33=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #2D5421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5421 is #D2ABDE. Grayscale: #424242. Windows color (decimal): -13806559 or 2184237. OLE color: 2184237.

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

Color convert

RGB458433-
CMYK0.4600.610.67
HSL105.88º43.59%22.94%-
HSV(B)105.88º60.71%32.94%-
XYZ4.537.012.55-
YUV66.52109.08112.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.78%
GREEN value IS 84 (33.20% from 255) = 51.85%
BLUE value IS 33 (13.28% from 255) = 20.37%
R=27.78%
G=51.85%
B=20.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4584330.4600.610.67105.8843.5922.94
Hex2D54212E03D436a2c17
Octal5512441560751031525427
Binary101101101010010000110111001111011000011110101010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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