#2B5415

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

Shades of Palm Leaf #2B5415

Tints of Palm Leaf #2B5415

Color information

#2B5415 (or 0x2B5415) is unknown color: approx Palm Leaf. HEX triplet: 2B, 54 and 15. RGB value is (43,84,21). Sum of RGB (Red+Green+Blue) = 43+84+21=148 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.05% from 148); Green value is 84 (33.20% from 255 or 56.76% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5415 is #D4ABEA. Grayscale: #404040. Windows color (decimal): -13937643 or 1397803. OLE color: 1397803.

HSL color Cylindrical-coordinate representation of color #2B5415: hue angle of 99.05º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B5415 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB438421-
CMYK0.4900.750.67
HSL99.05º60%20.59%-
HSV(B)99.05º75%32.94%-
XYZ4.36.911.82-
YUV64.56103.42112.62-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.05%
GREEN value IS 84 (33.20% from 255) = 56.76%
BLUE value IS 21 (8.59% from 255) = 14.19%
R=29.05%
G=56.76%
B=14.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4384210.4900.750.6799.056020.59
Hex2B54153104B43633c15
Octal53124256101131031437425
Binary101011101010010101110001010010111000011110001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,84,21); }

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

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

 a { background-color: rgb(43,84,21); }

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

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

 span { border-color: rgb(43,84,21); }

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