#2D5F15

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

Shades of Palm Leaf #2D5F15

Tints of Palm Leaf #2D5F15

Color information

#2D5F15 (or 0x2D5F15) is unknown color: approx Palm Leaf. HEX triplet: 2D, 5F and 15. RGB value is (45,95,21). Sum of RGB (Red+Green+Blue) = 45+95+21=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 95 (37.5% from 255 or 59.01% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5F15 is #D2A0EA. Grayscale: #474747. Windows color (decimal): -13803755 or 1400621. OLE color: 1400621.

HSL color Cylindrical-coordinate representation of color #2D5F15: hue angle of 100.54º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D5F15 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB459521-
CMYK0.5300.780.63
HSL100.54º63.79%22.75%-
HSV(B)100.54º77.89%37.25%-
XYZ5.318.82.13-
YUV71.6199.44109.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.95%
GREEN value IS 95 (37.5% from 255) = 59.01%
BLUE value IS 21 (8.59% from 255) = 13.04%
R=27.95%
G=59.01%
B=13.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4595210.5300.780.63100.5463.7922.75
Hex2D5F153504E3F654017
Octal55137256501167714510027
Binary101101101111110101110101010011101111111100101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,95,21); }

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

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

 a { background-color: rgb(45,95,21); }

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

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

 span { border-color: rgb(45,95,21); }

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