#2D4726

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

Shades of Palm Leaf #2D4726

Tints of Palm Leaf #2D4726

Color information

#2D4726 (or 0x2D4726) is unknown color: approx Palm Leaf. HEX triplet: 2D, 47 and 26. RGB value is (45,71,38). Sum of RGB (Red+Green+Blue) = 45+71+38=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 71 (28.12% from 255 or 46.10% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4726 is #D2B8D9. Grayscale: #3B3B3B. Windows color (decimal): -13809882 or 2508589. OLE color: 2508589.

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

Color convert

RGB457138-
CMYK0.3700.460.72
HSL107.27º30.28%21.37%-
HSV(B)107.27º46.48%27.84%-
XYZ3.695.22.64-
YUV59.46115.89117.68-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.22%
GREEN value IS 71 (28.12% from 255) = 46.10%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=29.22%
G=46.10%
B=24.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4571380.3700.460.72107.2730.2821.37
Hex2D47262502E486b1e15
Octal5510746450561101533625
Binary10110110001111001101001010101110100100011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,71,38); }

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

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

 a { background-color: rgb(45,71,38); }

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

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

 span { border-color: rgb(45,71,38); }

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