#2C481C

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

Shades of Palm Leaf #2C481C

Tints of Palm Leaf #2C481C

Color information

#2C481C (or 0x2C481C) is unknown color: approx Palm Leaf. HEX triplet: 2C, 48 and 1C. RGB value is (44,72,28). Sum of RGB (Red+Green+Blue) = 44+72+28=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 72 (28.52% from 255 or 50% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 72 - color contains mainly: green. Hex color #2C481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C481C is #D3B7E3. Grayscale: #3A3A3A. Windows color (decimal): -13875172 or 1853484. OLE color: 1853484.

HSL color Cylindrical-coordinate representation of color #2C481C: hue angle of 98.18º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C481C is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.

Color convert

RGB447228-
CMYK0.3900.610.72
HSL98.18º44%19.61%-
HSV(B)98.18º61.11%28.24%-
XYZ3.575.251.92-
YUV58.61110.72117.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.56%
GREEN value IS 72 (28.52% from 255) = 50%
BLUE value IS 28 (11.33% from 255) = 19.44%
R=30.56%
G=50%
B=19.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4472280.3900.610.7298.184419.61
Hex2C481C2703D48622c14
Octal5411034470751101425424
Binary10110010010001110010011101111011001000110001010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,72,28); }

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

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

 a { background-color: rgb(44,72,28); }

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

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

 span { border-color: rgb(44,72,28); }

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