#2C5D1A

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

Shades of Palm Leaf #2C5D1A

Tints of Palm Leaf #2C5D1A

Color information

#2C5D1A (or 0x2C5D1A) is unknown color: approx Palm Leaf. HEX triplet: 2C, 5D and 1A. RGB value is (44,93,26). Sum of RGB (Red+Green+Blue) = 44+93+26=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 93 (36.72% from 255 or 57.06% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 93 - color contains mainly: green. Hex color #2C5D1A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5D1A is #D3A2E5. Grayscale: #464646. Windows color (decimal): -13869798 or 1727788. OLE color: 1727788.

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

Color convert

RGB449326-
CMYK0.5300.720.64
HSL103.88º56.3%23.33%-
HSV(B)103.88º72.04%36.47%-
XYZ5.148.442.34-
YUV70.71102.77108.95-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.99%
GREEN value IS 93 (36.72% from 255) = 57.06%
BLUE value IS 26 (10.55% from 255) = 15.95%
R=26.99%
G=57.06%
B=15.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4493260.5300.720.64103.8856.323.33
Hex2C5D1A3504840683817
Octal54135326501101001507027
Binary101100101110111010110101010010001000000110100011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,93,26); }

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

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

 a { background-color: rgb(44,93,26); }

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

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

 span { border-color: rgb(44,93,26); }

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