#2C551B

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

Shades of Palm Leaf #2C551B

Tints of Palm Leaf #2C551B

Color information

#2C551B (or 0x2C551B) is unknown color: approx Palm Leaf. HEX triplet: 2C, 55 and 1B. RGB value is (44,85,27). Sum of RGB (Red+Green+Blue) = 44+85+27=156 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.21% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #2C551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C551B is #D3AAE4. Grayscale: #424242. Windows color (decimal): -13871845 or 1791276. OLE color: 1791276.

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

Color convert

RGB448527-
CMYK0.4800.680.67
HSL102.41º51.79%21.96%-
HSV(B)102.41º68.24%33.33%-
XYZ4.497.112.17-
YUV66.13105.92112.22-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.21%
GREEN value IS 85 (33.59% from 255) = 54.49%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=28.21%
G=54.49%
B=17.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4485270.4800.680.67102.4151.7921.96
Hex2C551B3004443663416
Octal54125336001041031466426
Binary101100101010111011110000010001001000011110011011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,85,27); }

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

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

 a { background-color: rgb(44,85,27); }

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

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

 span { border-color: rgb(44,85,27); }

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