#2B511D

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

Shades of Palm Leaf #2B511D

Tints of Palm Leaf #2B511D

Color information

#2B511D (or 0x2B511D) is unknown color: approx Palm Leaf. HEX triplet: 2B, 51 and 1D. RGB value is (43,81,29). Sum of RGB (Red+Green+Blue) = 43+81+29=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #2B511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B511D is #D4AEE2. Grayscale: #3F3F3F. Windows color (decimal): -13938403 or 1921323. OLE color: 1921323.

HSL color Cylindrical-coordinate representation of color #2B511D: hue angle of 103.85º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B511D is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB438129-
CMYK0.4700.640.68
HSL103.85º47.27%21.57%-
HSV(B)103.85º64.2%31.76%-
XYZ4.166.492.2-
YUV63.71108.41113.23-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 28.10%
GREEN value IS 81 (32.03% from 255) = 52.94%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=28.10%
G=52.94%
B=18.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4381290.4700.640.68103.8547.2721.57
Hex2B511D2F04044682f16
Octal53121355701001041505726
Binary101011101000111101101111010000001000100110100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,81,29); }

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

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

 a { background-color: rgb(43,81,29); }

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

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

 span { border-color: rgb(43,81,29); }

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