#2D4225

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

Shades of Palm Leaf #2D4225

Tints of Palm Leaf #2D4225

Color information

#2D4225 (or 0x2D4225) is unknown color: approx Palm Leaf. HEX triplet: 2D, 42 and 25. RGB value is (45,66,37). Sum of RGB (Red+Green+Blue) = 45+66+37=148 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.41% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #2D4225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4225 is #D2BDDA. Grayscale: #383838. Windows color (decimal): -13811163 or 2441773. OLE color: 2441773.

HSL color Cylindrical-coordinate representation of color #2D4225: hue angle of 103.45º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D4225 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB456637-
CMYK0.3200.440.74
HSL103.45º28.16%20.2%-
HSV(B)103.45º43.94%25.88%-
XYZ3.364.592.46-
YUV56.41117.04119.86-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.41%
GREEN value IS 66 (26.17% from 255) = 44.59%
BLUE value IS 37 (14.84% from 255) = 25%
R=30.41%
G=44.59%
B=25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4566370.3200.440.74103.4528.1620.2
Hex2D42252002C4A671c14
Octal5510245400541121473424
Binary10110110000101001011000000101100100101011001111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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