#2B451F

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

Shades of Palm Leaf #2B451F

Tints of Palm Leaf #2B451F

Color information

#2B451F (or 0x2B451F) is unknown color: approx Palm Leaf. HEX triplet: 2B, 45 and 1F. RGB value is (43,69,31). Sum of RGB (Red+Green+Blue) = 43+69+31=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 69 (27.34% from 255 or 48.25% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 69 - color contains mainly: green. Hex color #2B451F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B451F is #D4BAE0. Grayscale: #393939. Windows color (decimal): -13941473 or 2049323. OLE color: 2049323.

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

Color convert

RGB436931-
CMYK0.3800.550.73
HSL101.05º38%19.61%-
HSV(B)101.05º55.07%27.06%-
XYZ3.374.872.06-
YUV56.89113.39118.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.07%
GREEN value IS 69 (27.34% from 255) = 48.25%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=30.07%
G=48.25%
B=21.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4369310.3800.550.73101.053819.61
Hex2B451F2603749652614
Octal5310537460671111454624
Binary10101110001011111110011001101111001001110010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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