#2A471B

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

Shades of Palm Leaf #2A471B

Tints of Palm Leaf #2A471B

Color information

#2A471B (or 0x2A471B) is unknown color: approx Palm Leaf. HEX triplet: 2A, 47 and 1B. RGB value is (42,71,27). Sum of RGB (Red+Green+Blue) = 42+71+27=140 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #2A471B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A471B is #D5B8E4. Grayscale: #393939. Windows color (decimal): -14006501 or 1787690. OLE color: 1787690.

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

Color convert

RGB427127-
CMYK0.4100.620.72
HSL99.55º44.9%19.22%-
HSV(B)99.55º61.97%27.84%-
XYZ3.415.081.84-
YUV57.31110.89117.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 30%
GREEN value IS 71 (28.12% from 255) = 50.71%
BLUE value IS 27 (10.94% from 255) = 19.29%
R=30%
G=50.71%
B=19.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4271270.4100.620.7299.5544.919.22
Hex2A471B2903E48642d13
Octal5210733510761101445523
Binary10101010001111101110100101111101001000110010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A471B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,71,27); }

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

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

 a { background-color: rgb(42,71,27); }

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

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

 span { border-color: rgb(42,71,27); }

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