#2B5414

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

Shades of Palm Leaf #2B5414

Tints of Palm Leaf #2B5414

Color information

#2B5414 (or 0x2B5414) is unknown color: approx Palm Leaf. HEX triplet: 2B, 54 and 14. RGB value is (43,84,20). Sum of RGB (Red+Green+Blue) = 43+84+20=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 84 (33.20% from 255 or 57.14% from 147); Blue value is 20 (8.20% from 255 or 13.61% from 147); Max value from RGB is 84 - color contains mainly: green. Hex color #2B5414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5414 is #D4ABEB. Grayscale: #404040. Windows color (decimal): -13937644 or 1332267. OLE color: 1332267.

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

Color convert

RGB438420-
CMYK0.4900.760.67
HSL98.44º61.54%20.39%-
HSV(B)98.44º76.19%32.94%-
XYZ4.296.91.77-
YUV64.44102.92112.7-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.25%
GREEN value IS 84 (33.20% from 255) = 57.14%
BLUE value IS 20 (8.20% from 255) = 13.61%
R=29.25%
G=57.14%
B=13.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4384200.4900.760.6798.4461.5420.39
Hex2B54143104C43623e14
Octal53124246101141031427624
Binary101011101010010100110001010011001000011110001011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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