#2d5414

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

Shades of Palm Leaf #2D5414

Tints of Palm Leaf #2D5414

Color information

#2D5414 (or 0x2D5414) is unknown color: approx Palm Leaf. HEX triplet: 2D, 54 and 14. RGB value is (45,84,20). Sum of RGB (Red+Green+Blue) = 45+84+20=149 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.20% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 20 (8.20% from 255 or 13.42% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #2D5414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5414 is #D2ABEB. Grayscale: #414141. Windows color (decimal): -13806572 or 1332269. OLE color: 1332269.

HSL color Cylindrical-coordinate representation of color #2D5414: hue angle of 96.56º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D5414 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB458420-
CMYK0.4600.760.67
HSL96.56º61.54%20.39%-
HSV(B)96.56º76.19%32.94%-
XYZ4.386.951.77-
YUV65.04102.58113.7-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.20%
GREEN value IS 84 (33.20% from 255) = 56.38%
BLUE value IS 20 (8.20% from 255) = 13.42%
R=30.20%
G=56.38%
B=13.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4584200.4600.760.6796.5661.5420.39
Hex2D54142E04C43613e14
Octal55124245601141031417624
Binary101101101010010100101110010011001000011110000111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d5414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,84,20); }

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

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

 a { background-color: rgb(45,84,20); }

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

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

 span { border-color: rgb(45,84,20); }

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