#2C5312

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

Shades of Palm Leaf #2C5312

Tints of Palm Leaf #2C5312

Color information

#2C5312 (or 0x2C5312) is unknown color: approx Palm Leaf. HEX triplet: 2C, 53 and 12. RGB value is (44,83,18). Sum of RGB (Red+Green+Blue) = 44+83+18=145 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.34% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #2C5312 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C5312 is #D3ACED. Grayscale: #404040. Windows color (decimal): -13872366 or 1200940. OLE color: 1200940.

HSL color Cylindrical-coordinate representation of color #2C5312: hue angle of 96º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C5312 is Cyan = 0.47, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB448318-
CMYK0.4700.780.67
HSL96º64.36%19.8%-
HSV(B)96º78.31%32.55%-
XYZ4.246.771.65-
YUV63.93102.08113.79-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.34%
GREEN value IS 83 (32.81% from 255) = 57.24%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=30.34%
G=57.24%
B=12.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4483180.4700.780.679664.3619.8
Hex2C53122F04E43604014
Octal541232257011610314010024
Binary1011001010011100101011110100111010000111100000100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,83,18); }

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

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

 a { background-color: rgb(44,83,18); }

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

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

 span { border-color: rgb(44,83,18); }

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