#2C471D

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

Shades of Palm Leaf #2C471D

Tints of Palm Leaf #2C471D

Color information

#2C471D (or 0x2C471D) is unknown color: approx Palm Leaf. HEX triplet: 2C, 47 and 1D. RGB value is (44,71,29). Sum of RGB (Red+Green+Blue) = 44+71+29=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #2C471D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C471D is #D3B8E2. Grayscale: #3A3A3A. Windows color (decimal): -13875427 or 1918764. OLE color: 1918764.

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

Color convert

RGB447129-
CMYK0.3800.590.72
HSL98.57º42%19.61%-
HSV(B)98.57º59.15%27.84%-
XYZ3.515.131.97-
YUV58.14111.55117.92-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.56%
GREEN value IS 71 (28.12% from 255) = 49.31%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=30.56%
G=49.31%
B=20.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4471290.3800.590.7298.574219.61
Hex2C471D2603B48632a14
Octal5410735460731101435224
Binary10110010001111110110011001110111001000110001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,71,29); }

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

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

 a { background-color: rgb(44,71,29); }

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

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

 span { border-color: rgb(44,71,29); }

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