#2C471C

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

Shades of Palm Leaf #2C471C

Tints of Palm Leaf #2C471C

Color information

#2C471C (or 0x2C471C) is unknown color: approx Palm Leaf. HEX triplet: 2C, 47 and 1C. RGB value is (44,71,28). Sum of RGB (Red+Green+Blue) = 44+71+28=143 (18% of max value = 765). Red value is 44 (17.58% from 255 or 30.77% from 143); Green value is 71 (28.12% from 255 or 49.65% from 143); Blue value is 28 (11.33% from 255 or 19.58% from 143); Max value from RGB is 71 - color contains mainly: green. Hex color #2C471C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C471C is #D3B8E3. Grayscale: #3A3A3A. Windows color (decimal): -13875428 or 1853228. OLE color: 1853228.

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

Color convert

RGB447128-
CMYK0.3800.610.72
HSL97.67º43.43%19.41%-
HSV(B)97.67º60.56%27.84%-
XYZ3.55.131.9-
YUV58.02111.05118-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.77%
GREEN value IS 71 (28.12% from 255) = 49.65%
BLUE value IS 28 (11.33% from 255) = 19.58%
R=30.77%
G=49.65%
B=19.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4471280.3800.610.7297.6743.4319.41
Hex2C471C2603D48622b13
Octal5410734460751101425323
Binary10110010001111110010011001111011001000110001010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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