#2D4525

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

Shades of Palm Leaf #2D4525

Tints of Palm Leaf #2D4525

Color information

#2D4525 (or 0x2D4525) is unknown color: approx Palm Leaf. HEX triplet: 2D, 45 and 25. RGB value is (45,69,37). Sum of RGB (Red+Green+Blue) = 45+69+37=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 69 - color contains mainly: green. Hex color #2D4525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4525 is #D2BADA. Grayscale: #3A3A3A. Windows color (decimal): -13810395 or 2442541. OLE color: 2442541.

HSL color Cylindrical-coordinate representation of color #2D4525: hue angle of 105º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D4525 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB456937-
CMYK0.3500.460.73
HSL105º30.19%20.78%-
HSV(B)105º46.38%27.06%-
XYZ3.544.952.52-
YUV58.18116.05118.6-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.80%
GREEN value IS 69 (27.34% from 255) = 45.70%
BLUE value IS 37 (14.84% from 255) = 24.50%
R=29.80%
G=45.70%
B=24.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4569370.3500.460.7310530.1920.78
Hex2D45252302E49691e15
Octal5510545430561111513625
Binary10110110001011001011000110101110100100111010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,69,37); }

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

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

 a { background-color: rgb(45,69,37); }

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

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

 span { border-color: rgb(45,69,37); }

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