#2D541B

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

Shades of Palm Leaf #2D541B

Tints of Palm Leaf #2D541B

Color information

#2D541B (or 0x2D541B) is unknown color: approx Palm Leaf. HEX triplet: 2D, 54 and 1B. RGB value is (45,84,27). Sum of RGB (Red+Green+Blue) = 45+84+27=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #2D541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D541B is #D2ABE4. Grayscale: #424242. Windows color (decimal): -13806565 or 1791021. OLE color: 1791021.

HSL color Cylindrical-coordinate representation of color #2D541B: hue angle of 101.05º degrees, saturation: 0.51, 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 #2D541B is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB458427-
CMYK0.4600.680.67
HSL101.05º51.35%21.76%-
HSV(B)101.05º67.86%32.94%-
XYZ4.456.982.15-
YUV65.84106.08113.13-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.85%
GREEN value IS 84 (33.20% from 255) = 53.85%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=28.85%
G=53.85%
B=17.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4584270.4600.680.67101.0551.3521.76
Hex2D541B2E04443653316
Octal55124335601041031456326
Binary101101101010011011101110010001001000011110010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,84,27); }

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

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

 a { background-color: rgb(45,84,27); }

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

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

 span { border-color: rgb(45,84,27); }

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