#2D501D

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

Shades of Palm Leaf #2D501D

Tints of Palm Leaf #2D501D

Color information

#2D501D (or 0x2D501D) is unknown color: approx Palm Leaf. HEX triplet: 2D, 50 and 1D. RGB value is (45,80,29). Sum of RGB (Red+Green+Blue) = 45+80+29=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #2D501D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D501D is #D2AFE2. Grayscale: #3F3F3F. Windows color (decimal): -13807587 or 1921069. OLE color: 1921069.

HSL color Cylindrical-coordinate representation of color #2D501D: hue angle of 101.18º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D501D is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB458029-
CMYK0.4400.640.69
HSL101.18º46.79%21.37%-
HSV(B)101.18º63.75%31.37%-
XYZ4.176.382.17-
YUV63.72108.4114.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.22%
GREEN value IS 80 (31.64% from 255) = 51.95%
BLUE value IS 29 (11.72% from 255) = 18.83%
R=29.22%
G=51.95%
B=18.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4580290.4400.640.69101.1846.7921.37
Hex2D501D2C04045652f15
Octal55120355401001051455725
Binary101101101000011101101100010000001000101110010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D501D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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