#2D5C15

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

Shades of Palm Leaf #2D5C15

Tints of Palm Leaf #2D5C15

Color information

#2D5C15 (or 0x2D5C15) is unknown color: approx Palm Leaf. HEX triplet: 2D, 5C and 15. RGB value is (45,92,21). Sum of RGB (Red+Green+Blue) = 45+92+21=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 92 (36.33% from 255 or 58.23% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 92 - color contains mainly: green. Hex color #2D5C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D5C15 is #D2A3EA. Grayscale: #464646. Windows color (decimal): -13804523 or 1399853. OLE color: 1399853.

HSL color Cylindrical-coordinate representation of color #2D5C15: hue angle of 99.72º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D5C15 is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB459221-
CMYK0.5100.770.64
HSL99.72º62.83%22.16%-
HSV(B)99.72º77.17%36.08%-
XYZ5.048.272.04-
YUV69.85100.43110.27-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.48%
GREEN value IS 92 (36.33% from 255) = 58.23%
BLUE value IS 21 (8.59% from 255) = 13.29%
R=28.48%
G=58.23%
B=13.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4592210.5100.770.6499.7262.8322.16
Hex2D5C153304D40643f16
Octal55134256301151001447726
Binary101101101110010101110011010011011000000110010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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