#2B451E

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

Shades of Palm Leaf #2B451E

Tints of Palm Leaf #2B451E

Color information

#2B451E (or 0x2B451E) is unknown color: approx Palm Leaf. HEX triplet: 2B, 45 and 1E. RGB value is (43,69,30). Sum of RGB (Red+Green+Blue) = 43+69+30=142 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.28% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #2B451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B451E is #D4BAE1. Grayscale: #383838. Windows color (decimal): -13941474 or 1983787. OLE color: 1983787.

HSL color Cylindrical-coordinate representation of color #2B451E: hue angle of 100º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B451E is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB436930-
CMYK0.3800.570.73
HSL100º39.39%19.41%-
HSV(B)100º56.52%27.06%-
XYZ3.364.861.99-
YUV56.78112.89118.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.28%
GREEN value IS 69 (27.34% from 255) = 48.59%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=30.28%
G=48.59%
B=21.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4369300.3800.570.7310039.3919.41
Hex2B451E2603949642713
Octal5310536460711111444723
Binary10101110001011111010011001110011001001110010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,69,30); }

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

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

 a { background-color: rgb(43,69,30); }

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

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

 span { border-color: rgb(43,69,30); }

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