#2C5B19

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

Shades of Palm Leaf #2C5B19

Tints of Palm Leaf #2C5B19

Color information

#2C5B19 (or 0x2C5B19) is unknown color: approx Palm Leaf. HEX triplet: 2C, 5B and 19. RGB value is (44,91,25). Sum of RGB (Red+Green+Blue) = 44+91+25=160 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.5% from 160); Green value is 91 (35.94% from 255 or 56.88% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 91 - color contains mainly: green. Hex color #2C5B19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5B19 is #D3A4E6. Grayscale: #454545. Windows color (decimal): -13870311 or 1661740. OLE color: 1661740.

HSL color Cylindrical-coordinate representation of color #2C5B19: hue angle of 102.73º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C5B19 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB449125-
CMYK0.5200.730.64
HSL102.73º56.9%22.75%-
HSV(B)102.73º72.53%35.69%-
XYZ4.968.092.22-
YUV69.42102.93109.87-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.5%
GREEN value IS 91 (35.94% from 255) = 56.88%
BLUE value IS 25 (10.16% from 255) = 15.62%
R=27.5%
G=56.88%
B=15.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4491250.5200.730.64102.7356.922.75
Hex2C5B193404940673917
Octal54133316401111001477127
Binary101100101101111001110100010010011000000110011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,91,25); }

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

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

 a { background-color: rgb(44,91,25); }

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

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

 span { border-color: rgb(44,91,25); }

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