#2D4B28

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

Shades of Palm Leaf #2D4B28

Tints of Palm Leaf #2D4B28

Color information

#2D4B28 (or 0x2D4B28) is unknown color: approx Palm Leaf. HEX triplet: 2D, 4B and 28. RGB value is (45,75,40). Sum of RGB (Red+Green+Blue) = 45+75+40=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 75 (29.69% from 255 or 46.88% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4B28 is #D2B4D7. Grayscale: #3E3E3E. Windows color (decimal): -13808856 or 2640685. OLE color: 2640685.

HSL color Cylindrical-coordinate representation of color #2D4B28: hue angle of 111.43º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D4B28 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB457540-
CMYK0.4000.470.71
HSL111.43º30.43%22.55%-
HSV(B)111.43º46.67%29.41%-
XYZ3.985.742.91-
YUV62.04115.56115.85-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.12%
GREEN value IS 75 (29.69% from 255) = 46.88%
BLUE value IS 40 (16.02% from 255) = 25%
R=28.12%
G=46.88%
B=25%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4575400.4000.470.71111.4330.4322.55
Hex2D4B282802F476f1e17
Octal5511350500571071573627
Binary10110110010111010001010000101111100011111011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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