#2D5214

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

Shades of Palm Leaf #2D5214

Tints of Palm Leaf #2D5214

Color information

#2D5214 (or 0x2D5214) is unknown color: approx Palm Leaf. HEX triplet: 2D, 52 and 14. RGB value is (45,82,20). Sum of RGB (Red+Green+Blue) = 45+82+20=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 82 (32.42% from 255 or 55.78% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 82 - color contains mainly: green. Hex color #2D5214 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5214 is #D2ADEB. Grayscale: #404040. Windows color (decimal): -13807084 or 1331757. OLE color: 1331757.

HSL color Cylindrical-coordinate representation of color #2D5214: hue angle of 95.81º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D5214 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB458220-
CMYK0.4500.760.68
HSL95.81º60.78%20%-
HSV(B)95.81º75.61%32.16%-
XYZ4.236.641.72-
YUV63.87103.24114.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.61%
GREEN value IS 82 (32.42% from 255) = 55.78%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=30.61%
G=55.78%
B=13.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4582200.4500.760.6895.8160.7820
Hex2D52142D04C44603d14
Octal55122245501141041407524
Binary101101101001010100101101010011001000100110000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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