#2C4525

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

Shades of Palm Leaf #2C4525

Tints of Palm Leaf #2C4525

Color information

#2C4525 (or 0x2C4525) is unknown color: approx Palm Leaf. HEX triplet: 2C, 45 and 25. RGB value is (44,69,37). Sum of RGB (Red+Green+Blue) = 44+69+37=150 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.33% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #2C4525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4525 is #D3BADA. Grayscale: #393939. Windows color (decimal): -13875931 or 2442540. OLE color: 2442540.

HSL color Cylindrical-coordinate representation of color #2C4525: hue angle of 106.88º 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 #2C4525 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB446937-
CMYK0.3600.460.73
HSL106.88º30.19%20.78%-
HSV(B)106.88º46.38%27.06%-
XYZ3.54.932.52-
YUV57.88116.22118.1-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 29.33%
GREEN value IS 69 (27.34% from 255) = 46%
BLUE value IS 37 (14.84% from 255) = 24.67%
R=29.33%
G=46%
B=24.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4469370.3600.460.73106.8830.1920.78
Hex2C45252402E496b1e15
Octal5410545440561111533625
Binary10110010001011001011001000101110100100111010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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