#2B5A20

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

Shades of Palm Leaf #2B5A20

Tints of Palm Leaf #2B5A20

Color information

#2B5A20 (or 0x2B5A20) is unknown color: approx Palm Leaf. HEX triplet: 2B, 5A and 20. RGB value is (43,90,32). Sum of RGB (Red+Green+Blue) = 43+90+32=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5A20 is #D4A5DF. Grayscale: #454545. Windows color (decimal): -13936096 or 2120235. OLE color: 2120235.

HSL color Cylindrical-coordinate representation of color #2B5A20: hue angle of 108.62º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B5A20 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB439032-
CMYK0.5200.640.65
HSL108.62º47.54%23.92%-
HSV(B)108.62º64.44%35.29%-
XYZ4.917.932.64-
YUV69.33106.93109.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.06%
GREEN value IS 90 (35.55% from 255) = 54.55%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=26.06%
G=54.55%
B=19.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4390320.5200.640.65108.6247.5423.92
Hex2B5A2034040416d3018
Octal53132406401001011556030
Binary1010111011010100000110100010000001000001110110111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,90,32); }

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

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

 a { background-color: rgb(43,90,32); }

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

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

 span { border-color: rgb(43,90,32); }

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