#2D5825

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

Shades of Palm Leaf #2D5825

Tints of Palm Leaf #2D5825

Color information

#2D5825 (or 0x2D5825) is unknown color: approx Palm Leaf. HEX triplet: 2D, 58 and 25. RGB value is (45,88,37). Sum of RGB (Red+Green+Blue) = 45+88+37=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 37 (14.84% from 255 or 21.76% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #2D5825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5825 is #D2A7DA. Grayscale: #454545. Windows color (decimal): -13805531 or 2447405. OLE color: 2447405.

HSL color Cylindrical-coordinate representation of color #2D5825: hue angle of 110.59º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D5825 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB458837-
CMYK0.4900.580.65
HSL110.59º40.8%24.51%-
HSV(B)110.59º57.95%34.51%-
XYZ4.917.672.97-
YUV69.33109.75110.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 26.47%
GREEN value IS 88 (34.77% from 255) = 51.76%
BLUE value IS 37 (14.84% from 255) = 21.76%
R=26.47%
G=51.76%
B=21.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4588370.4900.580.65110.5940.824.51
Hex2D58253103A416f2919
Octal5513045610721011575131
Binary101101101100010010111000101110101000001110111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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