#2D5020

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

Shades of Palm Leaf #2D5020

Tints of Palm Leaf #2D5020

Color information

#2D5020 (or 0x2D5020) is unknown color: approx Palm Leaf. HEX triplet: 2D, 50 and 20. RGB value is (45,80,32). Sum of RGB (Red+Green+Blue) = 45+80+32=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 80 (31.64% from 255 or 50.96% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 80 - color contains mainly: green. Hex color #2D5020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5020 is #D2AFDF. Grayscale: #404040. Windows color (decimal): -13807584 or 2117677. OLE color: 2117677.

HSL color Cylindrical-coordinate representation of color #2D5020: hue angle of 103.75º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D5020 is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB458032-
CMYK0.4400.600.69
HSL103.75º42.86%21.96%-
HSV(B)103.75º60%31.37%-
XYZ4.216.42.38-
YUV64.06109.9114.4-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.66%
GREEN value IS 80 (31.64% from 255) = 50.96%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=28.66%
G=50.96%
B=20.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4580320.4400.600.69103.7542.8621.96
Hex2D50202C03C45682b16
Octal5512040540741051505326
Binary101101101000010000010110001111001000101110100010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,80,32); }

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

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

 a { background-color: rgb(45,80,32); }

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

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

 span { border-color: rgb(45,80,32); }

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