#2D4A28

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

Shades of Palm Leaf #2D4A28

Tints of Palm Leaf #2D4A28

Color information

#2D4A28 (or 0x2D4A28) is unknown color: approx Palm Leaf. HEX triplet: 2D, 4A and 28. RGB value is (45,74,40). Sum of RGB (Red+Green+Blue) = 45+74+40=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 74 (29.30% from 255 or 46.54% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 74 - color contains mainly: green. Hex color #2D4A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4A28 is #D2B5D7. Grayscale: #3D3D3D. Windows color (decimal): -13809112 or 2640429. OLE color: 2640429.

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

Color convert

RGB457440-
CMYK0.3900.460.71
HSL111.18º29.82%22.35%-
HSV(B)111.18º45.95%29.02%-
XYZ3.915.612.88-
YUV61.45115.89116.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.30%
GREEN value IS 74 (29.30% from 255) = 46.54%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=28.30%
G=46.54%
B=25.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4574400.3900.460.71111.1829.8222.35
Hex2D4A282702E476f1e16
Octal5511250470561071573626
Binary10110110010101010001001110101110100011111011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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