#2B4C1C

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

Shades of Palm Leaf #2B4C1C

Tints of Palm Leaf #2B4C1C

Color information

#2B4C1C (or 0x2B4C1C) is unknown color: approx Palm Leaf. HEX triplet: 2B, 4C and 1C. RGB value is (43,76,28). Sum of RGB (Red+Green+Blue) = 43+76+28=147 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.25% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #2B4C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4C1C is #D4B3E3. Grayscale: #3C3C3C. Windows color (decimal): -13939684 or 1854507. OLE color: 1854507.

HSL color Cylindrical-coordinate representation of color #2B4C1C: hue angle of 101.25º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B4C1C is Cyan = 0.43, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB437628-
CMYK0.4300.630.70
HSL101.25º46.15%20.39%-
HSV(B)101.25º63.16%29.8%-
XYZ3.795.772.01-
YUV60.66109.57115.4-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.25%
GREEN value IS 76 (30.08% from 255) = 51.70%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=29.25%
G=51.70%
B=19.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4376280.4300.630.70101.2546.1520.39
Hex2B4C1C2B03F46652e14
Octal5311434530771061455624
Binary10101110011001110010101101111111000110110010110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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