#2D4928

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

Shades of Palm Leaf #2D4928

Tints of Palm Leaf #2D4928

Color information

#2D4928 (or 0x2D4928) is unknown color: approx Palm Leaf. HEX triplet: 2D, 49 and 28. RGB value is (45,73,40). Sum of RGB (Red+Green+Blue) = 45+73+40=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 73 (28.91% from 255 or 46.20% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 73 - color contains mainly: green. Hex color #2D4928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4928 is #D2B6D7. Grayscale: #3C3C3C. Windows color (decimal): -13809368 or 2640173. OLE color: 2640173.

HSL color Cylindrical-coordinate representation of color #2D4928: hue angle of 110.91º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2D4928 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB457340-
CMYK0.3800.450.71
HSL110.91º29.2%22.16%-
HSV(B)110.91º45.21%28.63%-
XYZ3.855.482.86-
YUV60.87116.22116.68-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.48%
GREEN value IS 73 (28.91% from 255) = 46.20%
BLUE value IS 40 (16.02% from 255) = 25.32%
R=28.48%
G=46.20%
B=25.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4573400.3800.450.71110.9129.222.16
Hex2D49282602D476f1d16
Octal5511150460551071573526
Binary10110110010011010001001100101101100011111011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,73,40); }

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

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

 a { background-color: rgb(45,73,40); }

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

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

 span { border-color: rgb(45,73,40); }

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