#2C5D14

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

Shades of Palm Leaf #2C5D14

Tints of Palm Leaf #2C5D14

Color information

#2C5D14 (or 0x2C5D14) is unknown color: approx Palm Leaf. HEX triplet: 2C, 5D and 14. RGB value is (44,93,20). Sum of RGB (Red+Green+Blue) = 44+93+20=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 93 (36.72% from 255 or 59.24% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 93 - color contains mainly: green. Hex color #2C5D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5D14 is #D3A2EB. Grayscale: #464646. Windows color (decimal): -13869804 or 1334572. OLE color: 1334572.

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

Color convert

RGB449320-
CMYK0.5300.780.64
HSL100.27º64.6%22.16%-
HSV(B)100.27º78.49%36.47%-
XYZ5.088.412.02-
YUV70.0399.77109.44-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.03%
GREEN value IS 93 (36.72% from 255) = 59.24%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=28.03%
G=59.24%
B=12.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4493200.5300.780.64100.2764.622.16
Hex2C5D143504E40644116
Octal541352465011610014410126
Binary1011001011101101001101010100111010000001100100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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