#2B4423

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

Shades of Palm Leaf #2B4423

Tints of Palm Leaf #2B4423

Color information

#2B4423 (or 0x2B4423) is unknown color: approx Palm Leaf. HEX triplet: 2B, 44 and 23. RGB value is (43,68,35). Sum of RGB (Red+Green+Blue) = 43+68+35=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #2B4423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4423 is #D4BBDC. Grayscale: #383838. Windows color (decimal): -13941725 or 2311211. OLE color: 2311211.

HSL color Cylindrical-coordinate representation of color #2B4423: hue angle of 105.45º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B4423 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB436835-
CMYK0.3700.490.73
HSL105.45º32.04%20.2%-
HSV(B)105.45º48.53%26.67%-
XYZ3.374.772.33-
YUV56.76115.72118.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.45%
GREEN value IS 68 (26.95% from 255) = 46.58%
BLUE value IS 35 (14.06% from 255) = 23.97%
R=29.45%
G=46.58%
B=23.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4368350.3700.490.73105.4532.0420.2
Hex2B44232503149692014
Octal5310443450611111514024
Binary101011100010010001110010101100011001001110100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,68,35); }

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

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

 a { background-color: rgb(43,68,35); }

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

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

 span { border-color: rgb(43,68,35); }

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