#2B5A15

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

Shades of Palm Leaf #2B5A15

Tints of Palm Leaf #2B5A15

Color information

#2B5A15 (or 0x2B5A15) is unknown color: approx Palm Leaf. HEX triplet: 2B, 5A and 15. RGB value is (43,90,21). Sum of RGB (Red+Green+Blue) = 43+90+21=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 90 (35.55% from 255 or 58.44% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 90 - color contains mainly: green. Hex color #2B5A15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2B5A15 is #D4A5EA. Grayscale: #444444. Windows color (decimal): -13936107 or 1399339. OLE color: 1399339.

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

Color convert

RGB439021-
CMYK0.5200.770.65
HSL100.87º62.16%21.76%-
HSV(B)100.87º76.67%35.29%-
XYZ4.797.881.98-
YUV68.08101.43110.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.92%
GREEN value IS 90 (35.55% from 255) = 58.44%
BLUE value IS 21 (8.59% from 255) = 13.64%
R=27.92%
G=58.44%
B=13.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4390210.5200.770.65100.8762.1621.76
Hex2B5A153404D41653e16
Octal53132256401151011457626
Binary101011101101010101110100010011011000001110010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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