#2B581F

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

Shades of Palm Leaf #2B581F

Tints of Palm Leaf #2B581F

Color information

#2B581F (or 0x2B581F) is unknown color: approx Palm Leaf. HEX triplet: 2B, 58 and 1F. RGB value is (43,88,31). Sum of RGB (Red+Green+Blue) = 43+88+31=162 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.54% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #2B581F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B581F is #D4A7E0. Grayscale: #444444. Windows color (decimal): -13936609 or 2054187. OLE color: 2054187.

HSL color Cylindrical-coordinate representation of color #2B581F: hue angle of 107.37º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B581F is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB438831-
CMYK0.5100.650.65
HSL107.37º47.9%23.33%-
HSV(B)107.37º64.77%34.51%-
XYZ4.737.592.51-
YUV68.05107.09110.13-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.54%
GREEN value IS 88 (34.77% from 255) = 54.32%
BLUE value IS 31 (12.5% from 255) = 19.14%
R=26.54%
G=54.32%
B=19.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4388310.5100.650.65107.3747.923.33
Hex2B581F33041416b3017
Octal53130376301011011536027
Binary101011101100011111110011010000011000001110101111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B581F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,88,31); }

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

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

 a { background-color: rgb(43,88,31); }

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

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

 span { border-color: rgb(43,88,31); }

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