#2D5416

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

Shades of Palm Leaf #2D5416

Tints of Palm Leaf #2D5416

Color information

#2D5416 (or 0x2D5416) is unknown color: approx Palm Leaf. HEX triplet: 2D, 54 and 16. RGB value is (45,84,22). Sum of RGB (Red+Green+Blue) = 45+84+22=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 84 (33.20% from 255 or 55.63% from 151); Blue value is 22 (8.98% from 255 or 14.57% from 151); Max value from RGB is 84 - color contains mainly: green. Hex color #2D5416 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5416 is #D2ABE9. Grayscale: #414141. Windows color (decimal): -13806570 or 1463341. OLE color: 1463341.

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

Color convert

RGB458422-
CMYK0.4600.740.67
HSL97.74º58.49%20.78%-
HSV(B)97.74º73.81%32.94%-
XYZ4.46.961.87-
YUV65.27103.58113.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.80%
GREEN value IS 84 (33.20% from 255) = 55.63%
BLUE value IS 22 (8.98% from 255) = 14.57%
R=29.80%
G=55.63%
B=14.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4584220.4600.740.6797.7458.4920.78
Hex2D54162E04A43623a15
Octal55124265601121031427225
Binary101101101010010110101110010010101000011110001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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