#2B551C

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

Shades of Palm Leaf #2B551C

Tints of Palm Leaf #2B551C

Color information

#2B551C (or 0x2B551C) is unknown color: approx Palm Leaf. HEX triplet: 2B, 55 and 1C. RGB value is (43,85,28). Sum of RGB (Red+Green+Blue) = 43+85+28=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #2B551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B551C is #D4AAE3. Grayscale: #424242. Windows color (decimal): -13937380 or 1856811. OLE color: 1856811.

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

Color convert

RGB438528-
CMYK0.4900.670.67
HSL104.21º50.44%22.16%-
HSV(B)104.21º67.06%33.33%-
XYZ4.457.092.23-
YUV65.94106.59111.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.56%
GREEN value IS 85 (33.59% from 255) = 54.49%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=27.56%
G=54.49%
B=17.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4385280.4900.670.67104.2150.4422.16
Hex2B551C3104343683216
Octal53125346101031031506226
Binary101011101010111100110001010000111000011110100011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,85,28); }

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

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

 a { background-color: rgb(43,85,28); }

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

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

 span { border-color: rgb(43,85,28); }

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