#2D5614

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

Shades of Palm Leaf #2D5614

Tints of Palm Leaf #2D5614

Color information

#2D5614 (or 0x2D5614) is unknown color: approx Palm Leaf. HEX triplet: 2D, 56 and 14. RGB value is (45,86,20). Sum of RGB (Red+Green+Blue) = 45+86+20=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 86 (33.98% from 255 or 56.95% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 86 - color contains mainly: green. Hex color #2D5614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5614 is #D2A9EB. Grayscale: #424242. Windows color (decimal): -13806060 or 1332781. OLE color: 1332781.

HSL color Cylindrical-coordinate representation of color #2D5614: hue angle of 97.27º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D5614 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.66.

Color convert

RGB458620-
CMYK0.4800.770.66
HSL97.27º62.26%20.78%-
HSV(B)97.27º76.74%33.73%-
XYZ4.547.261.82-
YUV66.22101.92112.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.80%
GREEN value IS 86 (33.98% from 255) = 56.95%
BLUE value IS 20 (8.20% from 255) = 13.25%
R=29.80%
G=56.95%
B=13.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4586200.4800.770.6697.2762.2620.78
Hex2D56143004D42613e15
Octal55126246001151021417625
Binary101101101011010100110000010011011000010110000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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