#2B471A

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

Shades of Palm Leaf #2B471A

Tints of Palm Leaf #2B471A

Color information

#2B471A (or 0x2B471A) is unknown color: approx Palm Leaf. HEX triplet: 2B, 47 and 1A. RGB value is (43,71,26). Sum of RGB (Red+Green+Blue) = 43+71+26=140 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.71% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #2B471A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B471A is #D4B8E5. Grayscale: #393939. Windows color (decimal): -13940966 or 1722155. OLE color: 1722155.

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

Color convert

RGB437126-
CMYK0.3900.630.72
HSL97.33º46.39%19.02%-
HSV(B)97.33º63.38%27.84%-
XYZ3.445.091.78-
YUV57.5110.22117.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.71%
GREEN value IS 71 (28.12% from 255) = 50.71%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=30.71%
G=50.71%
B=18.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4371260.3900.630.7297.3346.3919.02
Hex2B471A2703F48612e13
Octal5310732470771101415623
Binary10101110001111101010011101111111001000110000110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,71,26); }

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

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

 a { background-color: rgb(43,71,26); }

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

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

 span { border-color: rgb(43,71,26); }

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