#2B4D18

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

Shades of Palm Leaf #2B4D18

Tints of Palm Leaf #2B4D18

Color information

#2B4D18 (or 0x2B4D18) is unknown color: approx Palm Leaf. HEX triplet: 2B, 4D and 18. RGB value is (43,77,24). Sum of RGB (Red+Green+Blue) = 43+77+24=144 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.86% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D18 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B4D18 is #D4B2E7. Grayscale: #3C3C3C. Windows color (decimal): -13939432 or 1592619. OLE color: 1592619.

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

Color convert

RGB437724-
CMYK0.4400.690.70
HSL98.49º52.48%19.8%-
HSV(B)98.49º68.83%30.2%-
XYZ3.825.891.8-
YUV60.79107.24115.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 29.86%
GREEN value IS 77 (30.47% from 255) = 53.47%
BLUE value IS 24 (9.77% from 255) = 16.67%
R=29.86%
G=53.47%
B=16.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4377240.4400.690.7098.4952.4819.8
Hex2B4D182C04546623414
Octal53115305401051061426424
Binary101011100110111000101100010001011000110110001011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,77,24); }

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

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

 a { background-color: rgb(43,77,24); }

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

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

 span { border-color: rgb(43,77,24); }

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